Shades of Cerulean #087693
Tints of Cerulean #087693
RGB
CMYK
RGB Variations
Color information
#087693 (or 0x087693) is known color: Cerulean. HEX triplet: 08, 76 and 93. RGB value is (8,118,147). Sum of RGB (Red+Green+Blue) = 8+118+147=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #087693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087693 is #F7896C. Grayscale: #585858. Windows color (decimal): -16222573 or 9664008. OLE color: 9664008.
HSL color Cylindrical-coordinate representation of color #087693: hue angle of 192.52º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087693 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 118 | 147 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.42 |
| HSL | 192.52º | 0.9% | 0.3% | - |
| HSV(B) | 192.52º | 0.95% | 0.58% | - |
| XYZ | 11.85 | 15.12 | 29.9 | - |
| YUV | 88.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 147 | 0.95 | 0.20 | 0 | 0.42 | 192.52 | 0.9 | 0.3 |
| Hex | 8 | 76 | 93 | 5F | 14 | 0 | 2A | C1 | 5A | 1E |
| Octal | 10 | 166 | 223 | 137 | 24 | 0 | 52 | 301 | 132 | 36 |
| Binary | 1000 | 1110110 | 10010011 | 1011111 | 10100 | 0 | 101010 | 11000001 | 1011010 | 11110 |
Color Harmonies of #087693
Complementary color
Monochromatic Colors of #087693
Black with #087693
Text Example
Text Example
White with #087693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087693; }
p { color: rgb(8,118,147); }
H1.HeaderClassName
{
color: #087693;
}
.AnyTagClassName
{
color: #087693;
}
</style>
background-color css
<style>
a { background-color: #087693; }
a { background-color: rgb(8,118,147); }
div.DivClassName
{
background-color: #087693;
}
.BgClassName
{
background-color: #087693;
}
</style>
border-color css
<style>
span { border-color: #087693; }
span { border-color: rgb(8,118,147); }
td.TdClassName
{
border-color: #087693;
}
.TagClassName
{
border-color: #087693;
}
</style>