#0C76B4

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

Shades of Cerulean #0C76B4

Tints of Cerulean #0C76B4

Color information

#0C76B4 (or 0x0C76B4) is unknown color: approx Cerulean. HEX triplet: 0C, 76 and B4. RGB value is (12,118,180). Sum of RGB (Red+Green+Blue) = 12+118+180=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C76B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C76B4 is #F3894B. Grayscale: #5D5D5D. Windows color (decimal): -15960396 or 11826700. OLE color: 11826700.

HSL color Cylindrical-coordinate representation of color #0C76B4: hue angle of 202.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C76B4 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12118180-
CMYK0.930.3400.29
HSL202.14º87.5%37.65%-
HSV(B)202.14º93.33%70.59%-
XYZ14.8716.3345.55-
YUV93.37176.8869.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.87%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=3.87%
G=38.06%
B=58.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121181800.930.3400.29202.1487.537.65
HexC76B45D2201Dca5826
Octal141662641354203531213046
Binary11001110110101101001011101100010011101110010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,180); }

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

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

 a { background-color: rgb(12,118,180); }

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

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

 span { border-color: rgb(12,118,180); }

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