Shades of Dark Cerulean #085189
Tints of Dark Cerulean #085189
RGB
CMYK
RGB Variations
Color information
#085189 (or 0x085189) is known color: Dark Cerulean. HEX triplet: 08, 51 and 89. RGB value is (8,81,137). Sum of RGB (Red+Green+Blue) = 8+81+137=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #085189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085189 is #F7AE76. Grayscale: #414141. Windows color (decimal): -16232055 or 8999176. OLE color: 8999176.
HSL color Cylindrical-coordinate representation of color #085189: hue angle of 206.05º 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 #085189 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 81 | 137 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.46 |
| HSL | 206.05º | 0.89% | 0.28% | - |
| HSV(B) | 206.05º | 0.94% | 0.54% | - |
| XYZ | 7.56 | 7.74 | 24.76 | - |
| YUV | 65.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 137 | 0.94 | 0.41 | 0 | 0.46 | 206.05 | 0.89 | 0.28 |
| Hex | 8 | 51 | 89 | 5E | 29 | 0 | 2E | CE | 59 | 1C |
| Octal | 10 | 121 | 211 | 136 | 51 | 0 | 56 | 316 | 131 | 34 |
| Binary | 1000 | 1010001 | 10001001 | 1011110 | 101001 | 0 | 101110 | 11001110 | 1011001 | 11100 |
Color Harmonies of #085189
Complementary color
Monochromatic Colors of #085189
Black with #085189
Text Example
Text Example
White with #085189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085189; }
p { color: rgb(8,81,137); }
H1.HeaderClassName
{
color: #085189;
}
.AnyTagClassName
{
color: #085189;
}
</style>
background-color css
<style>
a { background-color: #085189; }
a { background-color: rgb(8,81,137); }
div.DivClassName
{
background-color: #085189;
}
.BgClassName
{
background-color: #085189;
}
</style>
border-color css
<style>
span { border-color: #085189; }
span { border-color: rgb(8,81,137); }
td.TdClassName
{
border-color: #085189;
}
.TagClassName
{
border-color: #085189;
}
</style>