Shades of Cerulean #086497
Tints of Cerulean #086497
RGB
CMYK
RGB Variations
Color information
#086497 (or 0x086497) is known color: Cerulean. HEX triplet: 08, 64 and 97. RGB value is (8,100,151). Sum of RGB (Red+Green+Blue) = 8+100+151=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #086497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086497 is #F79B68. Grayscale: #4E4E4E. Windows color (decimal): -16227177 or 9921544. OLE color: 9921544.
HSL color Cylindrical-coordinate representation of color #086497: hue angle of 201.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086497 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 100 | 151 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.41 |
| HSL | 201.4º | 0.9% | 0.31% | - |
| HSV(B) | 201.4º | 0.95% | 0.59% | - |
| XYZ | 10.24 | 11.4 | 30.94 | - |
| YUV | 78.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 151 | 0.95 | 0.34 | 0 | 0.41 | 201.4 | 0.9 | 0.31 |
| Hex | 8 | 64 | 97 | 5F | 22 | 0 | 29 | C9 | 5A | 1F |
| Octal | 10 | 144 | 227 | 137 | 42 | 0 | 51 | 311 | 132 | 37 |
| Binary | 1000 | 1100100 | 10010111 | 1011111 | 100010 | 0 | 101001 | 11001001 | 1011010 | 11111 |
Color Harmonies of #086497
Complementary color
Monochromatic Colors of #086497
Black with #086497
Text Example
Text Example
White with #086497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086497; }
p { color: rgb(8,100,151); }
H1.HeaderClassName
{
color: #086497;
}
.AnyTagClassName
{
color: #086497;
}
</style>
background-color css
<style>
a { background-color: #086497; }
a { background-color: rgb(8,100,151); }
div.DivClassName
{
background-color: #086497;
}
.BgClassName
{
background-color: #086497;
}
</style>
border-color css
<style>
span { border-color: #086497; }
span { border-color: rgb(8,100,151); }
td.TdClassName
{
border-color: #086497;
}
.TagClassName
{
border-color: #086497;
}
</style>