Shades of Dark Cerulean #085E93
Tints of Dark Cerulean #085E93
RGB
CMYK
RGB Variations
Color information
#085E93 (or 0x085E93) is known color: Dark Cerulean. HEX triplet: 08, 5E and 93. RGB value is (8,94,147). Sum of RGB (Red+Green+Blue) = 8+94+147=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #085E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E93 is #F7A16C. Grayscale: #4A4A4A. Windows color (decimal): -16228717 or 9657864. OLE color: 9657864.
HSL color Cylindrical-coordinate representation of color #085E93: hue angle of 202.88º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085E93 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 94 | 147 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.42 |
| HSL | 202.88º | 0.9% | 0.3% | - |
| HSV(B) | 202.88º | 0.95% | 0.58% | - |
| XYZ | 9.37 | 10.16 | 29.07 | - |
| YUV | 74.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 147 | 0.95 | 0.36 | 0 | 0.42 | 202.88 | 0.9 | 0.3 |
| Hex | 8 | 5E | 93 | 5F | 24 | 0 | 2A | CB | 5A | 1E |
| Octal | 10 | 136 | 223 | 137 | 44 | 0 | 52 | 313 | 132 | 36 |
| Binary | 1000 | 1011110 | 10010011 | 1011111 | 100100 | 0 | 101010 | 11001011 | 1011010 | 11110 |
Color Harmonies of #085E93
Complementary color
Monochromatic Colors of #085E93
Black with #085E93
Text Example
Text Example
White with #085E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E93; }
p { color: rgb(8,94,147); }
H1.HeaderClassName
{
color: #085E93;
}
.AnyTagClassName
{
color: #085E93;
}
</style>
background-color css
<style>
a { background-color: #085E93; }
a { background-color: rgb(8,94,147); }
div.DivClassName
{
background-color: #085E93;
}
.BgClassName
{
background-color: #085E93;
}
</style>
border-color css
<style>
span { border-color: #085E93; }
span { border-color: rgb(8,94,147); }
td.TdClassName
{
border-color: #085E93;
}
.TagClassName
{
border-color: #085E93;
}
</style>