#0F6EA2

Color #0F6EA2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0F6EA2

Tints of Cerulean #0F6EA2

Color information

#0F6EA2 (or 0x0F6EA2) is unknown color: approx Cerulean. HEX triplet: 0F, 6E and A2. RGB value is (15,110,162). Sum of RGB (Red+Green+Blue) = 15+110+162=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #0F6EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6EA2 is #F0915D. Grayscale: #575757. Windows color (decimal): -15765854 or 10645007. OLE color: 10645007.

HSL color Cylindrical-coordinate representation of color #0F6EA2: hue angle of 201.22º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6EA2 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15110162-
CMYK0.910.3200.36
HSL201.22º83.05%34.71%-
HSV(B)201.22º90.74%63.53%-
XYZ12.2913.8636.21-
YUV87.52170.0376.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 162 (63.67% from 255) = 56.45%
R=5.23%
G=38.33%
B=56.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151101620.910.3200.36201.2283.0534.71
HexF6EA25B20024c95323
Octal171562421334004431112343
Binary111111011101010001010110111000000100100110010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F6EA2; }

 p { color: rgb(15,110,162); }

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

<style>
 a { background-color: #0F6EA2; }

 a { background-color: rgb(15,110,162); }

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

<style>
 span { border-color: #0F6EA2; }

 span { border-color: rgb(15,110,162); }

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