Shades of Cerulean #086D9B
Tints of Cerulean #086D9B
RGB
CMYK
RGB Variations
Color information
#086D9B (or 0x086D9B) is known color: Cerulean. HEX triplet: 08, 6D and 9B. RGB value is (8,109,155). Sum of RGB (Red+Green+Blue) = 8+109+155=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #086D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D9B is #F79264. Grayscale: #535353. Windows color (decimal): -16224869 or 10185992. OLE color: 10185992.
HSL color Cylindrical-coordinate representation of color #086D9B: hue angle of 198.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086D9B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 109 | 155 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.39 |
| HSL | 198.78º | 0.9% | 0.32% | - |
| HSV(B) | 198.78º | 0.95% | 0.61% | - |
| XYZ | 11.49 | 13.36 | 32.98 | - |
| YUV | 84.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 155 | 0.95 | 0.30 | 0 | 0.39 | 198.78 | 0.9 | 0.32 |
| Hex | 8 | 6D | 9B | 5F | 1E | 0 | 27 | C7 | 5A | 20 |
| Octal | 10 | 155 | 233 | 137 | 36 | 0 | 47 | 307 | 132 | 40 |
| Binary | 1000 | 1101101 | 10011011 | 1011111 | 11110 | 0 | 100111 | 11000111 | 1011010 | 100000 |
Color Harmonies of #086D9B
Complementary color
Monochromatic Colors of #086D9B
Black with #086D9B
Text Example
Text Example
White with #086D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D9B; }
p { color: rgb(8,109,155); }
H1.HeaderClassName
{
color: #086D9B;
}
.AnyTagClassName
{
color: #086D9B;
}
</style>
background-color css
<style>
a { background-color: #086D9B; }
a { background-color: rgb(8,109,155); }
div.DivClassName
{
background-color: #086D9B;
}
.BgClassName
{
background-color: #086D9B;
}
</style>
border-color css
<style>
span { border-color: #086D9B; }
span { border-color: rgb(8,109,155); }
td.TdClassName
{
border-color: #086D9B;
}
.TagClassName
{
border-color: #086D9B;
}
</style>