#0C6FAE

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

Shades of Cerulean #0C6FAE

Tints of Cerulean #0C6FAE

Color information

#0C6FAE (or 0x0C6FAE) is unknown color: approx Cerulean. HEX triplet: 0C, 6F and AE. RGB value is (12,111,174). Sum of RGB (Red+Green+Blue) = 12+111+174=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C6FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6FAE is #F39051. Grayscale: #585858. Windows color (decimal): -15962194 or 11431692. OLE color: 11431692.

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

Color convert

RGB12111174-
CMYK0.930.3600.32
HSL203.33º87.1%36.47%-
HSV(B)203.33º93.1%68.24%-
XYZ13.4814.542.13-
YUV88.58176.273.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=4.04%
G=37.37%
B=58.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121111740.930.3600.32203.3387.136.47
HexC6FAE5D24020cb5724
Octal141572561354404031312744
Binary110011011111010111010111011001000100000110010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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