Shades of Cerulean #086493
Tints of Cerulean #086493
RGB
CMYK
RGB Variations
Color information
#086493 (or 0x086493) is known color: Cerulean. HEX triplet: 08, 64 and 93. RGB value is (8,100,147). Sum of RGB (Red+Green+Blue) = 8+100+147=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #086493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086493 is #F79B6C. Grayscale: #4D4D4D. Windows color (decimal): -16227181 or 9659400. OLE color: 9659400.
HSL color Cylindrical-coordinate representation of color #086493: hue angle of 200.29º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086493 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 100 | 147 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.42 |
| HSL | 200.29º | 0.9% | 0.3% | - |
| HSV(B) | 200.29º | 0.95% | 0.58% | - |
| XYZ | 9.92 | 11.27 | 29.26 | - |
| YUV | 77.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 147 | 0.95 | 0.32 | 0 | 0.42 | 200.29 | 0.9 | 0.3 |
| Hex | 8 | 64 | 93 | 5F | 20 | 0 | 2A | C8 | 5A | 1E |
| Octal | 10 | 144 | 223 | 137 | 40 | 0 | 52 | 310 | 132 | 36 |
| Binary | 1000 | 1100100 | 10010011 | 1011111 | 100000 | 0 | 101010 | 11001000 | 1011010 | 11110 |
Color Harmonies of #086493
Complementary color
Monochromatic Colors of #086493
Black with #086493
Text Example
Text Example
White with #086493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086493; }
p { color: rgb(8,100,147); }
H1.HeaderClassName
{
color: #086493;
}
.AnyTagClassName
{
color: #086493;
}
</style>
background-color css
<style>
a { background-color: #086493; }
a { background-color: rgb(8,100,147); }
div.DivClassName
{
background-color: #086493;
}
.BgClassName
{
background-color: #086493;
}
</style>
border-color css
<style>
span { border-color: #086493; }
span { border-color: rgb(8,100,147); }
td.TdClassName
{
border-color: #086493;
}
.TagClassName
{
border-color: #086493;
}
</style>