Shades of Dark Cerulean #085A8C
Tints of Dark Cerulean #085A8C
RGB
CMYK
RGB Variations
Color information
#085A8C (or 0x085A8C) is known color: Dark Cerulean. HEX triplet: 08, 5A and 8C. RGB value is (8,90,140). Sum of RGB (Red+Green+Blue) = 8+90+140=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #085A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A8C is #F7A573. Grayscale: #464646. Windows color (decimal): -16229748 or 9198088. OLE color: 9198088.
HSL color Cylindrical-coordinate representation of color #085A8C: hue angle of 202.73º 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 #085A8C is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 90 | 140 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.45 |
| HSL | 202.73º | 0.89% | 0.29% | - |
| HSV(B) | 202.73º | 0.94% | 0.55% | - |
| XYZ | 8.49 | 9.26 | 26.15 | - |
| YUV | 71.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 140 | 0.94 | 0.36 | 0 | 0.45 | 202.73 | 0.89 | 0.29 |
| Hex | 8 | 5A | 8C | 5E | 24 | 0 | 2D | CB | 59 | 1D |
| Octal | 10 | 132 | 214 | 136 | 44 | 0 | 55 | 313 | 131 | 35 |
| Binary | 1000 | 1011010 | 10001100 | 1011110 | 100100 | 0 | 101101 | 11001011 | 1011001 | 11101 |
Color Harmonies of #085A8C
Complementary color
Monochromatic Colors of #085A8C
Black with #085A8C
Text Example
Text Example
White with #085A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A8C; }
p { color: rgb(8,90,140); }
H1.HeaderClassName
{
color: #085A8C;
}
.AnyTagClassName
{
color: #085A8C;
}
</style>
background-color css
<style>
a { background-color: #085A8C; }
a { background-color: rgb(8,90,140); }
div.DivClassName
{
background-color: #085A8C;
}
.BgClassName
{
background-color: #085A8C;
}
</style>
border-color css
<style>
span { border-color: #085A8C; }
span { border-color: rgb(8,90,140); }
td.TdClassName
{
border-color: #085A8C;
}
.TagClassName
{
border-color: #085A8C;
}
</style>