Shades of Dark Cerulean #085E90
Tints of Dark Cerulean #085E90
RGB
CMYK
RGB Variations
Color information
#085E90 (or 0x085E90) is known color: Dark Cerulean. HEX triplet: 08, 5E and 90. RGB value is (8,94,144). Sum of RGB (Red+Green+Blue) = 8+94+144=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #085E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E90 is #F7A16F. Grayscale: #494949. Windows color (decimal): -16228720 or 9461256. OLE color: 9461256.
HSL color Cylindrical-coordinate representation of color #085E90: hue angle of 202.06º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E90 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 94 | 144 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.44 |
| HSL | 202.06º | 0.89% | 0.3% | - |
| HSV(B) | 202.06º | 0.94% | 0.56% | - |
| XYZ | 9.14 | 10.07 | 27.85 | - |
| YUV | 73.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 144 | 0.94 | 0.35 | 0 | 0.44 | 202.06 | 0.89 | 0.3 |
| Hex | 8 | 5E | 90 | 5E | 23 | 0 | 2C | CA | 59 | 1E |
| Octal | 10 | 136 | 220 | 136 | 43 | 0 | 54 | 312 | 131 | 36 |
| Binary | 1000 | 1011110 | 10010000 | 1011110 | 100011 | 0 | 101100 | 11001010 | 1011001 | 11110 |
Color Harmonies of #085E90
Complementary color
Monochromatic Colors of #085E90
Black with #085E90
Text Example
Text Example
White with #085E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E90; }
p { color: rgb(8,94,144); }
H1.HeaderClassName
{
color: #085E90;
}
.AnyTagClassName
{
color: #085E90;
}
</style>
background-color css
<style>
a { background-color: #085E90; }
a { background-color: rgb(8,94,144); }
div.DivClassName
{
background-color: #085E90;
}
.BgClassName
{
background-color: #085E90;
}
</style>
border-color css
<style>
span { border-color: #085E90; }
span { border-color: rgb(8,94,144); }
td.TdClassName
{
border-color: #085E90;
}
.TagClassName
{
border-color: #085E90;
}
</style>