Shades of Cerulean #086591
Tints of Cerulean #086591
RGB
CMYK
RGB Variations
Color information
#086591 (or 0x086591) is known color: Cerulean. HEX triplet: 08, 65 and 91. RGB value is (8,101,145). Sum of RGB (Red+Green+Blue) = 8+101+145=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #086591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086591 is #F79A6E. Grayscale: #4D4D4D. Windows color (decimal): -16226927 or 9528584. OLE color: 9528584.
HSL color Cylindrical-coordinate representation of color #086591: hue angle of 199.27º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086591 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 101 | 145 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.43 |
| HSL | 199.27º | 0.9% | 0.3% | - |
| HSV(B) | 199.27º | 0.94% | 0.57% | - |
| XYZ | 9.86 | 11.4 | 28.47 | - |
| YUV | 78.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 145 | 0.94 | 0.30 | 0 | 0.43 | 199.27 | 0.9 | 0.3 |
| Hex | 8 | 65 | 91 | 5E | 1E | 0 | 2B | C7 | 5A | 1E |
| Octal | 10 | 145 | 221 | 136 | 36 | 0 | 53 | 307 | 132 | 36 |
| Binary | 1000 | 1100101 | 10010001 | 1011110 | 11110 | 0 | 101011 | 11000111 | 1011010 | 11110 |
Color Harmonies of #086591
Complementary color
Monochromatic Colors of #086591
Black with #086591
Text Example
Text Example
White with #086591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086591; }
p { color: rgb(8,101,145); }
H1.HeaderClassName
{
color: #086591;
}
.AnyTagClassName
{
color: #086591;
}
</style>
background-color css
<style>
a { background-color: #086591; }
a { background-color: rgb(8,101,145); }
div.DivClassName
{
background-color: #086591;
}
.BgClassName
{
background-color: #086591;
}
</style>
border-color css
<style>
span { border-color: #086591; }
span { border-color: rgb(8,101,145); }
td.TdClassName
{
border-color: #086591;
}
.TagClassName
{
border-color: #086591;
}
</style>