#0872A5

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

Shades of Cerulean #0872A5

Tints of Cerulean #0872A5

Color information

#0872A5 (or 0x0872A5) is unknown color: approx Cerulean. HEX triplet: 08, 72 and A5. RGB value is (8,114,165). Sum of RGB (Red+Green+Blue) = 8+114+165=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #0872A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0872A5 is #F78D5A. Grayscale: #575757. Windows color (decimal): -16223579 or 10842632. OLE color: 10842632.

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

Color convert

RGB8114165-
CMYK0.950.3100.35
HSL199.49º90.75%33.92%-
HSV(B)199.49º95.15%64.71%-
XYZ12.9114.837.77-
YUV88.12171.3870.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 165 (64.84% from 255) = 57.49%
R=2.79%
G=39.72%
B=57.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81141650.950.3100.35199.4990.7533.92
Hex872A55F1F023c75b22
Octal101622451373704330713342
Binary10001110010101001011011111111110100011110001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0872A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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