Shades of Cerulean #087694
Tints of Cerulean #087694
RGB
CMYK
RGB Variations
Color information
#087694 (or 0x087694) is known color: Cerulean. HEX triplet: 08, 76 and 94. RGB value is (8,118,148). Sum of RGB (Red+Green+Blue) = 8+118+148=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #087694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087694 is #F7896B. Grayscale: #585858. Windows color (decimal): -16222572 or 9729544. OLE color: 9729544.
HSL color Cylindrical-coordinate representation of color #087694: hue angle of 192.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087694 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 118 | 148 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.42 |
| HSL | 192.86º | 0.9% | 0.31% | - |
| HSV(B) | 192.86º | 0.95% | 0.58% | - |
| XYZ | 11.92 | 15.15 | 30.31 | - |
| YUV | 88.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 148 | 0.95 | 0.20 | 0 | 0.42 | 192.86 | 0.9 | 0.31 |
| Hex | 8 | 76 | 94 | 5F | 14 | 0 | 2A | C1 | 5A | 1F |
| Octal | 10 | 166 | 224 | 137 | 24 | 0 | 52 | 301 | 132 | 37 |
| Binary | 1000 | 1110110 | 10010100 | 1011111 | 10100 | 0 | 101010 | 11000001 | 1011010 | 11111 |
Color Harmonies of #087694
Complementary color
Monochromatic Colors of #087694
Black with #087694
Text Example
Text Example
White with #087694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087694; }
p { color: rgb(8,118,148); }
H1.HeaderClassName
{
color: #087694;
}
.AnyTagClassName
{
color: #087694;
}
</style>
background-color css
<style>
a { background-color: #087694; }
a { background-color: rgb(8,118,148); }
div.DivClassName
{
background-color: #087694;
}
.BgClassName
{
background-color: #087694;
}
</style>
border-color css
<style>
span { border-color: #087694; }
span { border-color: rgb(8,118,148); }
td.TdClassName
{
border-color: #087694;
}
.TagClassName
{
border-color: #087694;
}
</style>