Shades of Dark Cerulean #085A8F
Tints of Dark Cerulean #085A8F
RGB
CMYK
RGB Variations
Color information
#085A8F (or 0x085A8F) is known color: Dark Cerulean. HEX triplet: 08, 5A and 8F. RGB value is (8,90,143). Sum of RGB (Red+Green+Blue) = 8+90+143=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #085A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A8F is #F7A570. Grayscale: #474747. Windows color (decimal): -16229745 or 9394696. OLE color: 9394696.
HSL color Cylindrical-coordinate representation of color #085A8F: hue angle of 203.56º 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 #085A8F is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 90 | 143 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.44 |
| HSL | 203.56º | 0.89% | 0.3% | - |
| HSV(B) | 203.56º | 0.94% | 0.56% | - |
| XYZ | 8.71 | 9.35 | 27.33 | - |
| YUV | 71.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 143 | 0.94 | 0.37 | 0 | 0.44 | 203.56 | 0.89 | 0.3 |
| Hex | 8 | 5A | 8F | 5E | 25 | 0 | 2C | CC | 59 | 1E |
| Octal | 10 | 132 | 217 | 136 | 45 | 0 | 54 | 314 | 131 | 36 |
| Binary | 1000 | 1011010 | 10001111 | 1011110 | 100101 | 0 | 101100 | 11001100 | 1011001 | 11110 |
Color Harmonies of #085A8F
Complementary color
Monochromatic Colors of #085A8F
Black with #085A8F
Text Example
Text Example
White with #085A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A8F; }
p { color: rgb(8,90,143); }
H1.HeaderClassName
{
color: #085A8F;
}
.AnyTagClassName
{
color: #085A8F;
}
</style>
background-color css
<style>
a { background-color: #085A8F; }
a { background-color: rgb(8,90,143); }
div.DivClassName
{
background-color: #085A8F;
}
.BgClassName
{
background-color: #085A8F;
}
</style>
border-color css
<style>
span { border-color: #085A8F; }
span { border-color: rgb(8,90,143); }
td.TdClassName
{
border-color: #085A8F;
}
.TagClassName
{
border-color: #085A8F;
}
</style>