Shades of Dark Cerulean #085A82
Tints of Dark Cerulean #085A82
RGB
CMYK
RGB Variations
Color information
#085A82 (or 0x085A82) is known color: Dark Cerulean. HEX triplet: 08, 5A and 82. RGB value is (8,90,130). Sum of RGB (Red+Green+Blue) = 8+90+130=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #085A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A82 is #F7A57D. Grayscale: #454545. Windows color (decimal): -16229758 or 8542728. OLE color: 8542728.
HSL color Cylindrical-coordinate representation of color #085A82: hue angle of 199.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085A82 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 90 | 130 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.49 |
| HSL | 199.67º | 0.88% | 0.27% | - |
| HSV(B) | 199.67º | 0.94% | 0.51% | - |
| XYZ | 7.79 | 8.98 | 22.44 | - |
| YUV | 70.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 130 | 0.94 | 0.31 | 0 | 0.49 | 199.67 | 0.88 | 0.27 |
| Hex | 8 | 5A | 82 | 5E | 1F | 0 | 31 | C8 | 58 | 1B |
| Octal | 10 | 132 | 202 | 136 | 37 | 0 | 61 | 310 | 130 | 33 |
| Binary | 1000 | 1011010 | 10000010 | 1011110 | 11111 | 0 | 110001 | 11001000 | 1011000 | 11011 |
Color Harmonies of #085A82
Complementary color
Monochromatic Colors of #085A82
Black with #085A82
Text Example
Text Example
White with #085A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A82; }
p { color: rgb(8,90,130); }
H1.HeaderClassName
{
color: #085A82;
}
.AnyTagClassName
{
color: #085A82;
}
</style>
background-color css
<style>
a { background-color: #085A82; }
a { background-color: rgb(8,90,130); }
div.DivClassName
{
background-color: #085A82;
}
.BgClassName
{
background-color: #085A82;
}
</style>
border-color css
<style>
span { border-color: #085A82; }
span { border-color: rgb(8,90,130); }
td.TdClassName
{
border-color: #085A82;
}
.TagClassName
{
border-color: #085A82;
}
</style>