Shades of Cerulean #086492
Tints of Cerulean #086492
RGB
CMYK
RGB Variations
Color information
#086492 (or 0x086492) is known color: Cerulean. HEX triplet: 08, 64 and 92. RGB value is (8,100,146). Sum of RGB (Red+Green+Blue) = 8+100+146=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #086492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086492 is #F79B6D. Grayscale: #4D4D4D. Windows color (decimal): -16227182 or 9593864. OLE color: 9593864.
HSL color Cylindrical-coordinate representation of color #086492: hue angle of 200º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086492 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 100 | 146 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.43 |
| HSL | 200º | 0.9% | 0.3% | - |
| HSV(B) | 200º | 0.95% | 0.57% | - |
| XYZ | 9.85 | 11.24 | 28.85 | - |
| YUV | 77.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 146 | 0.95 | 0.32 | 0 | 0.43 | 200 | 0.9 | 0.3 |
| Hex | 8 | 64 | 92 | 5F | 20 | 0 | 2B | C8 | 5A | 1E |
| Octal | 10 | 144 | 222 | 137 | 40 | 0 | 53 | 310 | 132 | 36 |
| Binary | 1000 | 1100100 | 10010010 | 1011111 | 100000 | 0 | 101011 | 11001000 | 1011010 | 11110 |
Color Harmonies of #086492
Complementary color
Monochromatic Colors of #086492
Black with #086492
Text Example
Text Example
White with #086492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086492; }
p { color: rgb(8,100,146); }
H1.HeaderClassName
{
color: #086492;
}
.AnyTagClassName
{
color: #086492;
}
</style>
background-color css
<style>
a { background-color: #086492; }
a { background-color: rgb(8,100,146); }
div.DivClassName
{
background-color: #086492;
}
.BgClassName
{
background-color: #086492;
}
</style>
border-color css
<style>
span { border-color: #086492; }
span { border-color: rgb(8,100,146); }
td.TdClassName
{
border-color: #086492;
}
.TagClassName
{
border-color: #086492;
}
</style>