#0C669C

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

Shades of Cerulean #0C669C

Tints of Cerulean #0C669C

Color information

#0C669C (or 0x0C669C) is unknown color: approx Cerulean. HEX triplet: 0C, 66 and 9C. RGB value is (12,102,156). Sum of RGB (Red+Green+Blue) = 12+102+156=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C669C is #F39963. Grayscale: #505050. Windows color (decimal): -15964516 or 10249740. OLE color: 10249740.

HSL color Cylindrical-coordinate representation of color #0C669C: hue angle of 202.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C669C is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12102156-
CMYK0.920.3500.39
HSL202.5º85.71%32.94%-
HSV(B)202.5º92.31%61.18%-
XYZ10.911.9833.19-
YUV81.25170.1878.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=4.44%
G=37.78%
B=57.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121021560.920.3500.39202.585.7132.94
HexC669C5C23027ca5621
Octal141462341344304731212641
Binary110011001101001110010111001000110100111110010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,156); }

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

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

 a { background-color: rgb(12,102,156); }

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

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

 span { border-color: rgb(12,102,156); }

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