Shades of Dark Cerulean #085E8F
Tints of Dark Cerulean #085E8F
RGB
CMYK
RGB Variations
Color information
#085E8F (or 0x085E8F) is known color: Dark Cerulean. HEX triplet: 08, 5E and 8F. RGB value is (8,94,143). Sum of RGB (Red+Green+Blue) = 8+94+143=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #085E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E8F is #F7A170. Grayscale: #494949. Windows color (decimal): -16228721 or 9395720. OLE color: 9395720.
HSL color Cylindrical-coordinate representation of color #085E8F: hue angle of 201.78º 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 #085E8F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 94 | 143 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.44 |
| HSL | 201.78º | 0.89% | 0.3% | - |
| HSV(B) | 201.78º | 0.94% | 0.56% | - |
| XYZ | 9.06 | 10.04 | 27.45 | - |
| YUV | 73.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 143 | 0.94 | 0.34 | 0 | 0.44 | 201.78 | 0.89 | 0.3 |
| Hex | 8 | 5E | 8F | 5E | 22 | 0 | 2C | CA | 59 | 1E |
| Octal | 10 | 136 | 217 | 136 | 42 | 0 | 54 | 312 | 131 | 36 |
| Binary | 1000 | 1011110 | 10001111 | 1011110 | 100010 | 0 | 101100 | 11001010 | 1011001 | 11110 |
Color Harmonies of #085E8F
Complementary color
Monochromatic Colors of #085E8F
Black with #085E8F
Text Example
Text Example
White with #085E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E8F; }
p { color: rgb(8,94,143); }
H1.HeaderClassName
{
color: #085E8F;
}
.AnyTagClassName
{
color: #085E8F;
}
</style>
background-color css
<style>
a { background-color: #085E8F; }
a { background-color: rgb(8,94,143); }
div.DivClassName
{
background-color: #085E8F;
}
.BgClassName
{
background-color: #085E8F;
}
</style>
border-color css
<style>
span { border-color: #085E8F; }
span { border-color: rgb(8,94,143); }
td.TdClassName
{
border-color: #085E8F;
}
.TagClassName
{
border-color: #085E8F;
}
</style>