Shades of Cerulean #086599
Tints of Cerulean #086599
RGB
CMYK
RGB Variations
Color information
#086599 (or 0x086599) is known color: Cerulean. HEX triplet: 08, 65 and 99. RGB value is (8,101,153). Sum of RGB (Red+Green+Blue) = 8+101+153=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #086599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086599 is #F79A66. Grayscale: #4E4E4E. Windows color (decimal): -16226919 or 10052872. OLE color: 10052872.
HSL color Cylindrical-coordinate representation of color #086599: hue angle of 201.52º 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 #086599 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 101 | 153 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.4 |
| HSL | 201.52º | 0.9% | 0.32% | - |
| HSV(B) | 201.52º | 0.95% | 0.6% | - |
| XYZ | 10.5 | 11.66 | 31.83 | - |
| YUV | 79.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 153 | 0.95 | 0.34 | 0 | 0.4 | 201.52 | 0.9 | 0.32 |
| Hex | 8 | 65 | 99 | 5F | 22 | 0 | 28 | CA | 5A | 20 |
| Octal | 10 | 145 | 231 | 137 | 42 | 0 | 50 | 312 | 132 | 40 |
| Binary | 1000 | 1100101 | 10011001 | 1011111 | 100010 | 0 | 101000 | 11001010 | 1011010 | 100000 |
Color Harmonies of #086599
Complementary color
Monochromatic Colors of #086599
Black with #086599
Text Example
Text Example
White with #086599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086599; }
p { color: rgb(8,101,153); }
H1.HeaderClassName
{
color: #086599;
}
.AnyTagClassName
{
color: #086599;
}
</style>
background-color css
<style>
a { background-color: #086599; }
a { background-color: rgb(8,101,153); }
div.DivClassName
{
background-color: #086599;
}
.BgClassName
{
background-color: #086599;
}
</style>
border-color css
<style>
span { border-color: #086599; }
span { border-color: rgb(8,101,153); }
td.TdClassName
{
border-color: #086599;
}
.TagClassName
{
border-color: #086599;
}
</style>