Shades of Cerulean #087091
Tints of Cerulean #087091
RGB
CMYK
RGB Variations
Color information
#087091 (or 0x087091) is known color: Cerulean. HEX triplet: 08, 70 and 91. RGB value is (8,112,145). Sum of RGB (Red+Green+Blue) = 8+112+145=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #087091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087091 is #F78F6E. Grayscale: #545454. Windows color (decimal): -16224111 or 9531400. OLE color: 9531400.
HSL color Cylindrical-coordinate representation of color #087091: hue angle of 194.45º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087091 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 112 | 145 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.43 |
| HSL | 194.45º | 0.9% | 0.3% | - |
| HSV(B) | 194.45º | 0.94% | 0.57% | - |
| XYZ | 11.01 | 13.68 | 28.85 | - |
| YUV | 84.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 145 | 0.94 | 0.23 | 0 | 0.43 | 194.45 | 0.9 | 0.3 |
| Hex | 8 | 70 | 91 | 5E | 17 | 0 | 2B | C2 | 5A | 1E |
| Octal | 10 | 160 | 221 | 136 | 27 | 0 | 53 | 302 | 132 | 36 |
| Binary | 1000 | 1110000 | 10010001 | 1011110 | 10111 | 0 | 101011 | 11000010 | 1011010 | 11110 |
Color Harmonies of #087091
Complementary color
Monochromatic Colors of #087091
Black with #087091
Text Example
Text Example
White with #087091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087091; }
p { color: rgb(8,112,145); }
H1.HeaderClassName
{
color: #087091;
}
.AnyTagClassName
{
color: #087091;
}
</style>
background-color css
<style>
a { background-color: #087091; }
a { background-color: rgb(8,112,145); }
div.DivClassName
{
background-color: #087091;
}
.BgClassName
{
background-color: #087091;
}
</style>
border-color css
<style>
span { border-color: #087091; }
span { border-color: rgb(8,112,145); }
td.TdClassName
{
border-color: #087091;
}
.TagClassName
{
border-color: #087091;
}
</style>