Shades of Cerulean #087699
Tints of Cerulean #087699
RGB
CMYK
RGB Variations
Color information
#087699 (or 0x087699) is known color: Cerulean. HEX triplet: 08, 76 and 99. RGB value is (8,118,153). Sum of RGB (Red+Green+Blue) = 8+118+153=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #087699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087699 is #F78966. Grayscale: #585858. Windows color (decimal): -16222567 or 10057224. OLE color: 10057224.
HSL color Cylindrical-coordinate representation of color #087699: hue angle of 194.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087699 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 118 | 153 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.4 |
| HSL | 194.48º | 0.9% | 0.32% | - |
| HSV(B) | 194.48º | 0.95% | 0.6% | - |
| XYZ | 12.33 | 15.31 | 32.44 | - |
| YUV | 89.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 153 | 0.95 | 0.23 | 0 | 0.4 | 194.48 | 0.9 | 0.32 |
| Hex | 8 | 76 | 99 | 5F | 17 | 0 | 28 | C2 | 5A | 20 |
| Octal | 10 | 166 | 231 | 137 | 27 | 0 | 50 | 302 | 132 | 40 |
| Binary | 1000 | 1110110 | 10011001 | 1011111 | 10111 | 0 | 101000 | 11000010 | 1011010 | 100000 |
Color Harmonies of #087699
Complementary color
Monochromatic Colors of #087699
Black with #087699
Text Example
Text Example
White with #087699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087699; }
p { color: rgb(8,118,153); }
H1.HeaderClassName
{
color: #087699;
}
.AnyTagClassName
{
color: #087699;
}
</style>
background-color css
<style>
a { background-color: #087699; }
a { background-color: rgb(8,118,153); }
div.DivClassName
{
background-color: #087699;
}
.BgClassName
{
background-color: #087699;
}
</style>
border-color css
<style>
span { border-color: #087699; }
span { border-color: rgb(8,118,153); }
td.TdClassName
{
border-color: #087699;
}
.TagClassName
{
border-color: #087699;
}
</style>