Shades of Cerulean #0870AD
Tints of Cerulean #0870AD
RGB
CMYK
RGB Variations
Color information
#0870AD (or 0x0870AD) is known color: Cerulean. HEX triplet: 08, 70 and AD. RGB value is (8,112,173). Sum of RGB (Red+Green+Blue) = 8+112+173=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #0870AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0870AD is #F78F52. Grayscale: #575757. Windows color (decimal): -16224083 or 11366408. OLE color: 11366408.
HSL color Cylindrical-coordinate representation of color #0870AD: hue angle of 202.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0870AD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 112 | 173 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.32 |
| HSL | 202.18º | 0.91% | 0.35% | - |
| HSV(B) | 202.18º | 0.95% | 0.68% | - |
| XYZ | 13.44 | 14.66 | 41.66 | - |
| YUV | 87.86 | 176.04 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 173 | 0.95 | 0.35 | 0 | 0.32 | 202.18 | 0.91 | 0.35 |
| Hex | 8 | 70 | AD | 5F | 23 | 0 | 20 | CA | 5B | 23 |
| Octal | 10 | 160 | 255 | 137 | 43 | 0 | 40 | 312 | 133 | 43 |
| Binary | 1000 | 1110000 | 10101101 | 1011111 | 100011 | 0 | 100000 | 11001010 | 1011011 | 100011 |
Color Harmonies of #0870AD
Complementary color
Monochromatic Colors of #0870AD
Black with #0870AD
Text Example
Text Example
White with #0870AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0870AD; }
p { color: rgb(8,112,173); }
H1.HeaderClassName
{
color: #0870AD;
}
.AnyTagClassName
{
color: #0870AD;
}
</style>
background-color css
<style>
a { background-color: #0870AD; }
a { background-color: rgb(8,112,173); }
div.DivClassName
{
background-color: #0870AD;
}
.BgClassName
{
background-color: #0870AD;
}
</style>
border-color css
<style>
span { border-color: #0870AD; }
span { border-color: rgb(8,112,173); }
td.TdClassName
{
border-color: #0870AD;
}
.TagClassName
{
border-color: #0870AD;
}
</style>