Shades of Cerulean #086799
Tints of Cerulean #086799
RGB
CMYK
RGB Variations
Color information
#086799 (or 0x086799) is known color: Cerulean. HEX triplet: 08, 67 and 99. RGB value is (8,103,153). Sum of RGB (Red+Green+Blue) = 8+103+153=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #086799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086799 is #F79866. Grayscale: #505050. Windows color (decimal): -16226407 or 10053384. OLE color: 10053384.
HSL color Cylindrical-coordinate representation of color #086799: hue angle of 200.69º 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 #086799 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 103 | 153 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.4 |
| HSL | 200.69º | 0.9% | 0.32% | - |
| HSV(B) | 200.69º | 0.95% | 0.6% | - |
| XYZ | 10.7 | 12.05 | 31.9 | - |
| YUV | 80.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 153 | 0.95 | 0.33 | 0 | 0.4 | 200.69 | 0.9 | 0.32 |
| Hex | 8 | 67 | 99 | 5F | 21 | 0 | 28 | C9 | 5A | 20 |
| Octal | 10 | 147 | 231 | 137 | 41 | 0 | 50 | 311 | 132 | 40 |
| Binary | 1000 | 1100111 | 10011001 | 1011111 | 100001 | 0 | 101000 | 11001001 | 1011010 | 100000 |
Color Harmonies of #086799
Complementary color
Monochromatic Colors of #086799
Black with #086799
Text Example
Text Example
White with #086799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086799; }
p { color: rgb(8,103,153); }
H1.HeaderClassName
{
color: #086799;
}
.AnyTagClassName
{
color: #086799;
}
</style>
background-color css
<style>
a { background-color: #086799; }
a { background-color: rgb(8,103,153); }
div.DivClassName
{
background-color: #086799;
}
.BgClassName
{
background-color: #086799;
}
</style>
border-color css
<style>
span { border-color: #086799; }
span { border-color: rgb(8,103,153); }
td.TdClassName
{
border-color: #086799;
}
.TagClassName
{
border-color: #086799;
}
</style>