#0871A0

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

Shades of Cerulean #0871A0

Tints of Cerulean #0871A0

Color information

#0871A0 (or 0x0871A0) is unknown color: approx Cerulean. HEX triplet: 08, 71 and A0. RGB value is (8,113,160). Sum of RGB (Red+Green+Blue) = 8+113+160=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #0871A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0871A0 is #F78E5F. Grayscale: #565656. Windows color (decimal): -16223840 or 10514696. OLE color: 10514696.

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

Color convert

RGB8113160-
CMYK0.950.2900.37
HSL198.55º90.48%32.94%-
HSV(B)198.55º95%62.75%-
XYZ12.3514.435.39-
YUV86.96169.2171.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 160 (62.89% from 255) = 56.94%
R=2.85%
G=40.21%
B=56.94%

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
Decimal81131600.950.2900.37198.5590.4832.94
Hex871A05F1D025c75a21
Octal101612401373504530713241
Binary10001110001101000001011111111010100101110001111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0871A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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