#0c72b4

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

Shades of Cerulean #0C72B4

Tints of Cerulean #0C72B4

Color information

#0C72B4 (or 0x0C72B4) is unknown color: approx Cerulean. HEX triplet: 0C, 72 and B4. RGB value is (12,114,180). Sum of RGB (Red+Green+Blue) = 12+114+180=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C72B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C72B4 is #F38D4B. Grayscale: #5A5A5A. Windows color (decimal): -15961420 or 11825676. OLE color: 11825676.

HSL color Cylindrical-coordinate representation of color #0C72B4: hue angle of 203.57º 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 #0C72B4 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12114180-
CMYK0.930.3700.29
HSL203.57º87.5%37.65%-
HSV(B)203.57º93.33%70.59%-
XYZ14.4115.4145.39-
YUV91.03178.2171.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.92%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 180 (70.70% from 255) = 58.82%
R=3.92%
G=37.25%
B=58.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121141800.930.3700.29203.5787.537.65
HexC72B45D2501Dcc5826
Octal141622641354503531413046
Binary11001110010101101001011101100101011101110011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c72b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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