#0C72A4

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

Shades of Cerulean #0C72A4

Tints of Cerulean #0C72A4

Color information

#0C72A4 (or 0x0C72A4) is unknown color: approx Cerulean. HEX triplet: 0C, 72 and A4. RGB value is (12,114,164). Sum of RGB (Red+Green+Blue) = 12+114+164=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C72A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C72A4 is #F38D5B. Grayscale: #585858. Windows color (decimal): -15961436 or 10777100. OLE color: 10777100.

HSL color Cylindrical-coordinate representation of color #0C72A4: hue angle of 199.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C72A4 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12114164-
CMYK0.930.3000.36
HSL199.74º86.36%34.51%-
HSV(B)199.74º92.68%64.31%-
XYZ12.8714.7937.3-
YUV89.2170.2172.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=4.14%
G=39.31%
B=56.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121141640.930.3000.36199.7486.3634.51
HexC72A45D1E024c85623
Octal141622441353604431012643
Binary11001110010101001001011101111100100100110010001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C72A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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