Shades of Cerulean #086399
Tints of Cerulean #086399
RGB
CMYK
RGB Variations
Color information
#086399 (or 0x086399) is known color: Cerulean. HEX triplet: 08, 63 and 99. RGB value is (8,99,153). Sum of RGB (Red+Green+Blue) = 8+99+153=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #086399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086399 is #F79C66. Grayscale: #4D4D4D. Windows color (decimal): -16227431 or 10052360. OLE color: 10052360.
HSL color Cylindrical-coordinate representation of color #086399: hue angle of 202.34º 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 #086399 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 99 | 153 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.4 |
| HSL | 202.34º | 0.9% | 0.32% | - |
| HSV(B) | 202.34º | 0.95% | 0.6% | - |
| XYZ | 10.31 | 11.28 | 31.77 | - |
| YUV | 77.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 153 | 0.95 | 0.35 | 0 | 0.4 | 202.34 | 0.9 | 0.32 |
| Hex | 8 | 63 | 99 | 5F | 23 | 0 | 28 | CA | 5A | 20 |
| Octal | 10 | 143 | 231 | 137 | 43 | 0 | 50 | 312 | 132 | 40 |
| Binary | 1000 | 1100011 | 10011001 | 1011111 | 100011 | 0 | 101000 | 11001010 | 1011010 | 100000 |
Color Harmonies of #086399
Complementary color
Monochromatic Colors of #086399
Black with #086399
Text Example
Text Example
White with #086399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086399; }
p { color: rgb(8,99,153); }
H1.HeaderClassName
{
color: #086399;
}
.AnyTagClassName
{
color: #086399;
}
</style>
background-color css
<style>
a { background-color: #086399; }
a { background-color: rgb(8,99,153); }
div.DivClassName
{
background-color: #086399;
}
.BgClassName
{
background-color: #086399;
}
</style>
border-color css
<style>
span { border-color: #086399; }
span { border-color: rgb(8,99,153); }
td.TdClassName
{
border-color: #086399;
}
.TagClassName
{
border-color: #086399;
}
</style>