Shades of Dark Cerulean #085689
Tints of Dark Cerulean #085689
RGB
CMYK
RGB Variations
Color information
#085689 (or 0x085689) is known color: Dark Cerulean. HEX triplet: 08, 56 and 89. RGB value is (8,86,137). Sum of RGB (Red+Green+Blue) = 8+86+137=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #085689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085689 is #F7A976. Grayscale: #444444. Windows color (decimal): -16230775 or 9000456. OLE color: 9000456.
HSL color Cylindrical-coordinate representation of color #085689: hue angle of 203.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085689 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 86 | 137 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.46 |
| HSL | 203.72º | 0.89% | 0.28% | - |
| HSV(B) | 203.72º | 0.94% | 0.54% | - |
| XYZ | 7.94 | 8.51 | 24.89 | - |
| YUV | 68.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 137 | 0.94 | 0.37 | 0 | 0.46 | 203.72 | 0.89 | 0.28 |
| Hex | 8 | 56 | 89 | 5E | 25 | 0 | 2E | CC | 59 | 1C |
| Octal | 10 | 126 | 211 | 136 | 45 | 0 | 56 | 314 | 131 | 34 |
| Binary | 1000 | 1010110 | 10001001 | 1011110 | 100101 | 0 | 101110 | 11001100 | 1011001 | 11100 |
Color Harmonies of #085689
Complementary color
Monochromatic Colors of #085689
Black with #085689
Text Example
Text Example
White with #085689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085689; }
p { color: rgb(8,86,137); }
H1.HeaderClassName
{
color: #085689;
}
.AnyTagClassName
{
color: #085689;
}
</style>
background-color css
<style>
a { background-color: #085689; }
a { background-color: rgb(8,86,137); }
div.DivClassName
{
background-color: #085689;
}
.BgClassName
{
background-color: #085689;
}
</style>
border-color css
<style>
span { border-color: #085689; }
span { border-color: rgb(8,86,137); }
td.TdClassName
{
border-color: #085689;
}
.TagClassName
{
border-color: #085689;
}
</style>