Shades of Dark Cerulean #085E8B
Tints of Dark Cerulean #085E8B
RGB
CMYK
RGB Variations
Color information
#085E8B (or 0x085E8B) is known color: Dark Cerulean. HEX triplet: 08, 5E and 8B. RGB value is (8,94,139). Sum of RGB (Red+Green+Blue) = 8+94+139=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #085E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E8B is #F7A174. Grayscale: #494949. Windows color (decimal): -16228725 or 9133576. OLE color: 9133576.
HSL color Cylindrical-coordinate representation of color #085E8B: hue angle of 200.61º 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 #085E8B is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 94 | 139 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.45 |
| HSL | 200.61º | 0.89% | 0.29% | - |
| HSV(B) | 200.61º | 0.94% | 0.55% | - |
| XYZ | 8.76 | 9.92 | 25.88 | - |
| YUV | 73.42 | 165.01 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 139 | 0.94 | 0.32 | 0 | 0.45 | 200.61 | 0.89 | 0.29 |
| Hex | 8 | 5E | 8B | 5E | 20 | 0 | 2D | C9 | 59 | 1D |
| Octal | 10 | 136 | 213 | 136 | 40 | 0 | 55 | 311 | 131 | 35 |
| Binary | 1000 | 1011110 | 10001011 | 1011110 | 100000 | 0 | 101101 | 11001001 | 1011001 | 11101 |
Color Harmonies of #085E8B
Complementary color
Monochromatic Colors of #085E8B
Black with #085E8B
Text Example
Text Example
White with #085E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E8B; }
p { color: rgb(8,94,139); }
H1.HeaderClassName
{
color: #085E8B;
}
.AnyTagClassName
{
color: #085E8B;
}
</style>
background-color css
<style>
a { background-color: #085E8B; }
a { background-color: rgb(8,94,139); }
div.DivClassName
{
background-color: #085E8B;
}
.BgClassName
{
background-color: #085E8B;
}
</style>
border-color css
<style>
span { border-color: #085E8B; }
span { border-color: rgb(8,94,139); }
td.TdClassName
{
border-color: #085E8B;
}
.TagClassName
{
border-color: #085E8B;
}
</style>