#260FA8

Color #260FA8 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #260FA8

Tints of Ultramarine #260FA8

Color information

#260FA8 (or 0x260FA8) is unknown color: approx Ultramarine. HEX triplet: 26, 0F and A8. RGB value is (38,15,168). Sum of RGB (Red+Green+Blue) = 38+15+168=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 168 (66.02% from 255 or 76.02% from 221); Max value from RGB is 168 - color contains mainly: blue. Hex color #260FA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260FA8 is #D9F057. Grayscale: #262626. Windows color (decimal): -14282840 or 11013926. OLE color: 11013926.

HSL color Cylindrical-coordinate representation of color #260FA8: hue angle of 249.02º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260FA8 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3815168-
CMYK0.770.9100.34
HSL249.02º83.61%35.88%-
HSV(B)249.02º91.07%65.88%-
XYZ8.043.5837.31-
YUV39.32200.62127.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 168 (66.02% from 255) = 76.02%
R=17.19%
G=6.79%
B=76.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38151680.770.9100.34249.0283.6135.88
Hex26FA84D5B022f95424
Octal461725011513304237112444
Binary100110111110101000100110110110110100010111110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260FA8; }

 p { color: rgb(38,15,168); }

 H1.HeaderClassName
 {
   color: #260FA8;
 }
 .AnyTagClassName
 {
   color: #260FA8;
 }
</style>
background-color css

<style>
 a { background-color: #260FA8; }

 a { background-color: rgb(38,15,168); }

 div.DivClassName
 {
   background-color: #260FA8;
 }
 .BgClassName
 {
   background-color: #260FA8;
 }
</style>
border-color css

<style>
 span { border-color: #260FA8; }

 span { border-color: rgb(38,15,168); }

 td.TdClassName
 {
   border-color: #260FA8;
 }
 .TagClassName
 {
   border-color: #260FA8;
 }
</style>