Shades of Dark Cerulean #085479
Tints of Dark Cerulean #085479
RGB
CMYK
RGB Variations
Color information
#085479 (or 0x085479) is known color: Dark Cerulean. HEX triplet: 08, 54 and 79. RGB value is (8,84,121). Sum of RGB (Red+Green+Blue) = 8+84+121=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #085479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085479 is #F7AB86. Grayscale: #414141. Windows color (decimal): -16231303 or 7951368. OLE color: 7951368.
HSL color Cylindrical-coordinate representation of color #085479: hue angle of 199.65º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085479 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 84 | 121 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.53 |
| HSL | 199.65º | 0.88% | 0.25% | - |
| HSV(B) | 199.65º | 0.93% | 0.47% | - |
| XYZ | 6.72 | 7.77 | 19.24 | - |
| YUV | 65.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 121 | 0.93 | 0.31 | 0 | 0.53 | 199.65 | 0.88 | 0.25 |
| Hex | 8 | 54 | 79 | 5D | 1F | 0 | 35 | C8 | 58 | 19 |
| Octal | 10 | 124 | 171 | 135 | 37 | 0 | 65 | 310 | 130 | 31 |
| Binary | 1000 | 1010100 | 1111001 | 1011101 | 11111 | 0 | 110101 | 11001000 | 1011000 | 11001 |
Color Harmonies of #085479
Complementary color
Monochromatic Colors of #085479
Black with #085479
Text Example
Text Example
White with #085479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085479; }
p { color: rgb(8,84,121); }
H1.HeaderClassName
{
color: #085479;
}
.AnyTagClassName
{
color: #085479;
}
</style>
background-color css
<style>
a { background-color: #085479; }
a { background-color: rgb(8,84,121); }
div.DivClassName
{
background-color: #085479;
}
.BgClassName
{
background-color: #085479;
}
</style>
border-color css
<style>
span { border-color: #085479; }
span { border-color: rgb(8,84,121); }
td.TdClassName
{
border-color: #085479;
}
.TagClassName
{
border-color: #085479;
}
</style>