#0872B6

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

Shades of Cerulean #0872B6

Tints of Cerulean #0872B6

Color information

#0872B6 (or 0x0872B6) is unknown color: approx Cerulean. HEX triplet: 08, 72 and B6. RGB value is (8,114,182). Sum of RGB (Red+Green+Blue) = 8+114+182=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 182 (71.48% from 255 or 59.87% from 304); Max value from RGB is 182 - color contains mainly: blue. Hex color #0872B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872B6 is #F78D49. Grayscale: #595959. Windows color (decimal): -16223562 or 11956744. OLE color: 11956744.

HSL color Cylindrical-coordinate representation of color #0872B6: hue angle of 203.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0872B6 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8114182-
CMYK0.960.3700.29
HSL203.45º91.58%37.25%-
HSV(B)203.45º95.6%71.37%-
XYZ14.5615.4646.47-
YUV90.06179.8869.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.63%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 182 (71.48% from 255) = 59.87%
R=2.63%
G=37.5%
B=59.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81141820.960.3700.29203.4591.5837.25
Hex872B6602501Dcb5c25
Octal101622661404503531313445
Binary10001110010101101101100000100101011101110010111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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