Shades of Dark Cerulean #085E8D
Tints of Dark Cerulean #085E8D
RGB
CMYK
RGB Variations
Color information
#085E8D (or 0x085E8D) is known color: Dark Cerulean. HEX triplet: 08, 5E and 8D. RGB value is (8,94,141). Sum of RGB (Red+Green+Blue) = 8+94+141=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #085E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E8D is #F7A172. Grayscale: #494949. Windows color (decimal): -16228723 or 9264648. OLE color: 9264648.
HSL color Cylindrical-coordinate representation of color #085E8D: hue angle of 201.2º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E8D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 94 | 141 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.45 |
| HSL | 201.2º | 0.89% | 0.29% | - |
| HSV(B) | 201.2º | 0.94% | 0.55% | - |
| XYZ | 8.91 | 9.98 | 26.66 | - |
| YUV | 73.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 141 | 0.94 | 0.33 | 0 | 0.45 | 201.2 | 0.89 | 0.29 |
| Hex | 8 | 5E | 8D | 5E | 21 | 0 | 2D | C9 | 59 | 1D |
| Octal | 10 | 136 | 215 | 136 | 41 | 0 | 55 | 311 | 131 | 35 |
| Binary | 1000 | 1011110 | 10001101 | 1011110 | 100001 | 0 | 101101 | 11001001 | 1011001 | 11101 |
Color Harmonies of #085E8D
Complementary color
Monochromatic Colors of #085E8D
Black with #085E8D
Text Example
Text Example
White with #085E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E8D; }
p { color: rgb(8,94,141); }
H1.HeaderClassName
{
color: #085E8D;
}
.AnyTagClassName
{
color: #085E8D;
}
</style>
background-color css
<style>
a { background-color: #085E8D; }
a { background-color: rgb(8,94,141); }
div.DivClassName
{
background-color: #085E8D;
}
.BgClassName
{
background-color: #085E8D;
}
</style>
border-color css
<style>
span { border-color: #085E8D; }
span { border-color: rgb(8,94,141); }
td.TdClassName
{
border-color: #085E8D;
}
.TagClassName
{
border-color: #085E8D;
}
</style>