#0872AE

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

Shades of Cerulean #0872AE

Tints of Cerulean #0872AE

Color information

#0872AE (or 0x0872AE) is unknown color: approx Cerulean. HEX triplet: 08, 72 and AE. RGB value is (8,114,174). Sum of RGB (Red+Green+Blue) = 8+114+174=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #0872AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0872AE is #F78D51. Grayscale: #585858. Windows color (decimal): -16223570 or 11432456. OLE color: 11432456.

HSL color Cylindrical-coordinate representation of color #0872AE: hue angle of 201.69º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0872AE is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8114174-
CMYK0.950.3400.32
HSL201.69º91.21%35.69%-
HSV(B)201.69º95.4%68.24%-
XYZ13.7615.1442.24-
YUV89.15175.8870.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.70%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=2.70%
G=38.51%
B=58.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81141740.950.3400.32201.6991.2135.69
Hex872AE5F22020ca5b24
Octal101622561374204031213344
Binary100011100101010111010111111000100100000110010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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