Shades of Dark Cerulean #085489
Tints of Dark Cerulean #085489
RGB
CMYK
RGB Variations
Color information
#085489 (or 0x085489) is known color: Dark Cerulean. HEX triplet: 08, 54 and 89. RGB value is (8,84,137). Sum of RGB (Red+Green+Blue) = 8+84+137=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #085489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085489 is #F7AB76. Grayscale: #434343. Windows color (decimal): -16231287 or 8999944. OLE color: 8999944.
HSL color Cylindrical-coordinate representation of color #085489: hue angle of 204.65º 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 #085489 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 84 | 137 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.46 |
| HSL | 204.65º | 0.89% | 0.28% | - |
| HSV(B) | 204.65º | 0.94% | 0.54% | - |
| XYZ | 7.79 | 8.2 | 24.84 | - |
| YUV | 67.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 137 | 0.94 | 0.39 | 0 | 0.46 | 204.65 | 0.89 | 0.28 |
| Hex | 8 | 54 | 89 | 5E | 27 | 0 | 2E | CD | 59 | 1C |
| Octal | 10 | 124 | 211 | 136 | 47 | 0 | 56 | 315 | 131 | 34 |
| Binary | 1000 | 1010100 | 10001001 | 1011110 | 100111 | 0 | 101110 | 11001101 | 1011001 | 11100 |
Color Harmonies of #085489
Complementary color
Monochromatic Colors of #085489
Black with #085489
Text Example
Text Example
White with #085489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085489; }
p { color: rgb(8,84,137); }
H1.HeaderClassName
{
color: #085489;
}
.AnyTagClassName
{
color: #085489;
}
</style>
background-color css
<style>
a { background-color: #085489; }
a { background-color: rgb(8,84,137); }
div.DivClassName
{
background-color: #085489;
}
.BgClassName
{
background-color: #085489;
}
</style>
border-color css
<style>
span { border-color: #085489; }
span { border-color: rgb(8,84,137); }
td.TdClassName
{
border-color: #085489;
}
.TagClassName
{
border-color: #085489;
}
</style>