#0C6FA9

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

Shades of Cerulean #0C6FA9

Tints of Cerulean #0C6FA9

Color information

#0C6FA9 (or 0x0C6FA9) is unknown color: approx Cerulean. HEX triplet: 0C, 6F and A9. RGB value is (12,111,169). Sum of RGB (Red+Green+Blue) = 12+111+169=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #0C6FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6FA9 is #F39056. Grayscale: #575757. Windows color (decimal): -15962199 or 11104012. OLE color: 11104012.

HSL color Cylindrical-coordinate representation of color #0C6FA9: hue angle of 202.17º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6FA9 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12111169-
CMYK0.930.3400.34
HSL202.17º86.74%35.49%-
HSV(B)202.17º92.9%66.27%-
XYZ1314.3139.61-
YUV88.01173.773.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.11%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 169 (66.41% from 255) = 57.88%
R=4.11%
G=38.01%
B=57.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121111690.930.3400.34202.1786.7435.49
HexC6FA95D22022ca5723
Octal141572511354204231212743
Binary110011011111010100110111011000100100010110010101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,169); }

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

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

 a { background-color: rgb(12,111,169); }

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

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

 span { border-color: rgb(12,111,169); }

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