Shades of Cerulean #0870AB
Tints of Cerulean #0870AB
RGB
CMYK
RGB Variations
Color information
#0870AB (or 0x0870AB) is known color: Cerulean. HEX triplet: 08, 70 and AB. RGB value is (8,112,171). Sum of RGB (Red+Green+Blue) = 8+112+171=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0870AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0870AB is #F78F54. Grayscale: #575757. Windows color (decimal): -16224085 or 11235336. OLE color: 11235336.
HSL color Cylindrical-coordinate representation of color #0870AB: hue angle of 201.72º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0870AB is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 112 | 171 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.33 |
| HSL | 201.72º | 0.91% | 0.35% | - |
| HSV(B) | 201.72º | 0.95% | 0.67% | - |
| XYZ | 13.25 | 14.58 | 40.64 | - |
| YUV | 87.63 | 175.04 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 171 | 0.95 | 0.35 | 0 | 0.33 | 201.72 | 0.91 | 0.35 |
| Hex | 8 | 70 | AB | 5F | 23 | 0 | 21 | CA | 5B | 23 |
| Octal | 10 | 160 | 253 | 137 | 43 | 0 | 41 | 312 | 133 | 43 |
| Binary | 1000 | 1110000 | 10101011 | 1011111 | 100011 | 0 | 100001 | 11001010 | 1011011 | 100011 |
Color Harmonies of #0870AB
Complementary color
Monochromatic Colors of #0870AB
Black with #0870AB
Text Example
Text Example
White with #0870AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870AB; }
p { color: rgb(8,112,171); }
H1.HeaderClassName
{
color: #0870AB;
}
.AnyTagClassName
{
color: #0870AB;
}
</style>
background-color css
<style>
a { background-color: #0870AB; }
a { background-color: rgb(8,112,171); }
div.DivClassName
{
background-color: #0870AB;
}
.BgClassName
{
background-color: #0870AB;
}
</style>
border-color css
<style>
span { border-color: #0870AB; }
span { border-color: rgb(8,112,171); }
td.TdClassName
{
border-color: #0870AB;
}
.TagClassName
{
border-color: #0870AB;
}
</style>