Shades of Dark Cerulean #085893
Tints of Dark Cerulean #085893
RGB
CMYK
RGB Variations
Color information
#085893 (or 0x085893) is known color: Dark Cerulean. HEX triplet: 08, 58 and 93. RGB value is (8,88,147). Sum of RGB (Red+Green+Blue) = 8+88+147=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #085893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085893 is #F7A76C. Grayscale: #464646. Windows color (decimal): -16230253 or 9656328. OLE color: 9656328.
HSL color Cylindrical-coordinate representation of color #085893: hue angle of 205.47º 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 #085893 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 88 | 147 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.42 |
| HSL | 205.47º | 0.9% | 0.3% | - |
| HSV(B) | 205.47º | 0.95% | 0.58% | - |
| XYZ | 8.86 | 9.14 | 28.9 | - |
| YUV | 70.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 147 | 0.95 | 0.40 | 0 | 0.42 | 205.47 | 0.9 | 0.3 |
| Hex | 8 | 58 | 93 | 5F | 28 | 0 | 2A | CD | 5A | 1E |
| Octal | 10 | 130 | 223 | 137 | 50 | 0 | 52 | 315 | 132 | 36 |
| Binary | 1000 | 1011000 | 10010011 | 1011111 | 101000 | 0 | 101010 | 11001101 | 1011010 | 11110 |
Color Harmonies of #085893
Complementary color
Monochromatic Colors of #085893
Black with #085893
Text Example
Text Example
White with #085893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085893; }
p { color: rgb(8,88,147); }
H1.HeaderClassName
{
color: #085893;
}
.AnyTagClassName
{
color: #085893;
}
</style>
background-color css
<style>
a { background-color: #085893; }
a { background-color: rgb(8,88,147); }
div.DivClassName
{
background-color: #085893;
}
.BgClassName
{
background-color: #085893;
}
</style>
border-color css
<style>
span { border-color: #085893; }
span { border-color: rgb(8,88,147); }
td.TdClassName
{
border-color: #085893;
}
.TagClassName
{
border-color: #085893;
}
</style>