Shades of Dark Cerulean #085389
Tints of Dark Cerulean #085389
RGB
CMYK
RGB Variations
Color information
#085389 (or 0x085389) is known color: Dark Cerulean. HEX triplet: 08, 53 and 89. RGB value is (8,83,137). Sum of RGB (Red+Green+Blue) = 8+83+137=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #085389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085389 is #F7AC76. Grayscale: #424242. Windows color (decimal): -16231543 or 8999688. OLE color: 8999688.
HSL color Cylindrical-coordinate representation of color #085389: hue angle of 205.12º 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 #085389 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 83 | 137 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.46 |
| HSL | 205.12º | 0.89% | 0.28% | - |
| HSV(B) | 205.12º | 0.94% | 0.54% | - |
| XYZ | 7.71 | 8.04 | 24.81 | - |
| YUV | 66.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 137 | 0.94 | 0.39 | 0 | 0.46 | 205.12 | 0.89 | 0.28 |
| Hex | 8 | 53 | 89 | 5E | 27 | 0 | 2E | CD | 59 | 1C |
| Octal | 10 | 123 | 211 | 136 | 47 | 0 | 56 | 315 | 131 | 34 |
| Binary | 1000 | 1010011 | 10001001 | 1011110 | 100111 | 0 | 101110 | 11001101 | 1011001 | 11100 |
Color Harmonies of #085389
Complementary color
Monochromatic Colors of #085389
Black with #085389
Text Example
Text Example
White with #085389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085389; }
p { color: rgb(8,83,137); }
H1.HeaderClassName
{
color: #085389;
}
.AnyTagClassName
{
color: #085389;
}
</style>
background-color css
<style>
a { background-color: #085389; }
a { background-color: rgb(8,83,137); }
div.DivClassName
{
background-color: #085389;
}
.BgClassName
{
background-color: #085389;
}
</style>
border-color css
<style>
span { border-color: #085389; }
span { border-color: rgb(8,83,137); }
td.TdClassName
{
border-color: #085389;
}
.TagClassName
{
border-color: #085389;
}
</style>