#0E72A0

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

Shades of Cerulean #0E72A0

Tints of Cerulean #0E72A0

Color information

#0E72A0 (or 0x0E72A0) is unknown color: approx Cerulean. HEX triplet: 0E, 72 and A0. RGB value is (14,114,160). Sum of RGB (Red+Green+Blue) = 14+114+160=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E72A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E72A0 is #F18D5F. Grayscale: #595959. Windows color (decimal): -15830368 or 10514958. OLE color: 10514958.

HSL color Cylindrical-coordinate representation of color #0E72A0: hue angle of 198.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E72A0 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14114160-
CMYK0.910.2900.37
HSL198.9º83.91%34.12%-
HSV(B)198.9º91.25%62.75%-
XYZ12.5414.6735.43-
YUV89.34167.8774.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=4.86%
G=39.58%
B=55.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141141600.910.2900.37198.983.9134.12
HexE72A05B1D025c75422
Octal161622401333504530712442
Binary11101110010101000001011011111010100101110001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E72A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,114,160); }

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

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

 a { background-color: rgb(14,114,160); }

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

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

 span { border-color: rgb(14,114,160); }

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