#0872A0

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

Shades of Cerulean #0872A0

Tints of Cerulean #0872A0

Color information

#0872A0 (or 0x0872A0) is unknown color: approx Cerulean. HEX triplet: 08, 72 and A0. RGB value is (8,114,160). Sum of RGB (Red+Green+Blue) = 8+114+160=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #0872A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0872A0 is #F78D5F. Grayscale: #575757. Windows color (decimal): -16223584 or 10514952. OLE color: 10514952.

HSL color Cylindrical-coordinate representation of color #0872A0: hue angle of 198.16º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0872A0 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8114160-
CMYK0.950.2900.37
HSL198.16º90.48%32.94%-
HSV(B)198.16º95%62.75%-
XYZ12.4614.6235.42-
YUV87.55168.8871.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.84%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 160 (62.89% from 255) = 56.74%
R=2.84%
G=40.43%
B=56.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81141600.950.2900.37198.1690.4832.94
Hex872A05F1D025c65a21
Octal101622401373504530613241
Binary10001110010101000001011111111010100101110001101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0872A0; }

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

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

<style>
 a { background-color: #0872A0; }

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

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

<style>
 span { border-color: #0872A0; }

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

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