Shades of Dark Cerulean #085993
Tints of Dark Cerulean #085993
RGB
CMYK
RGB Variations
Color information
#085993 (or 0x085993) is known color: Dark Cerulean. HEX triplet: 08, 59 and 93. RGB value is (8,89,147). Sum of RGB (Red+Green+Blue) = 8+89+147=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #085993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085993 is #F7A66C. Grayscale: #474747. Windows color (decimal): -16229997 or 9656584. OLE color: 9656584.
HSL color Cylindrical-coordinate representation of color #085993: hue angle of 205.04º 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 #085993 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 89 | 147 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.42 |
| HSL | 205.04º | 0.9% | 0.3% | - |
| HSV(B) | 205.04º | 0.95% | 0.58% | - |
| XYZ | 8.94 | 9.3 | 28.93 | - |
| YUV | 71.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 147 | 0.95 | 0.39 | 0 | 0.42 | 205.04 | 0.9 | 0.3 |
| Hex | 8 | 59 | 93 | 5F | 27 | 0 | 2A | CD | 5A | 1E |
| Octal | 10 | 131 | 223 | 137 | 47 | 0 | 52 | 315 | 132 | 36 |
| Binary | 1000 | 1011001 | 10010011 | 1011111 | 100111 | 0 | 101010 | 11001101 | 1011010 | 11110 |
Color Harmonies of #085993
Complementary color
Monochromatic Colors of #085993
Black with #085993
Text Example
Text Example
White with #085993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085993; }
p { color: rgb(8,89,147); }
H1.HeaderClassName
{
color: #085993;
}
.AnyTagClassName
{
color: #085993;
}
</style>
background-color css
<style>
a { background-color: #085993; }
a { background-color: rgb(8,89,147); }
div.DivClassName
{
background-color: #085993;
}
.BgClassName
{
background-color: #085993;
}
</style>
border-color css
<style>
span { border-color: #085993; }
span { border-color: rgb(8,89,147); }
td.TdClassName
{
border-color: #085993;
}
.TagClassName
{
border-color: #085993;
}
</style>