Shades of Dark Cerulean #085478
Tints of Dark Cerulean #085478
RGB
CMYK
RGB Variations
Color information
#085478 (or 0x085478) is known color: Dark Cerulean. HEX triplet: 08, 54 and 78. RGB value is (8,84,120). Sum of RGB (Red+Green+Blue) = 8+84+120=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #085478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085478 is #F7AB87. Grayscale: #414141. Windows color (decimal): -16231304 or 7885832. OLE color: 7885832.
HSL color Cylindrical-coordinate representation of color #085478: hue angle of 199.29º 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 #085478 is Cyan = 0.93, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 84 | 120 | - |
| CMYK | 0.93 | 0.3 | 0 | 0.53 |
| HSL | 199.29º | 0.88% | 0.25% | - |
| HSV(B) | 199.29º | 0.93% | 0.47% | - |
| XYZ | 6.66 | 7.75 | 18.91 | - |
| YUV | 65.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 120 | 0.93 | 0.3 | 0 | 0.53 | 199.29 | 0.88 | 0.25 |
| Hex | 8 | 54 | 78 | 5D | 1E | 0 | 35 | C7 | 58 | 19 |
| Octal | 10 | 124 | 170 | 135 | 36 | 0 | 65 | 307 | 130 | 31 |
| Binary | 1000 | 1010100 | 1111000 | 1011101 | 11110 | 0 | 110101 | 11000111 | 1011000 | 11001 |
Color Harmonies of #085478
Complementary color
Monochromatic Colors of #085478
Black with #085478
Text Example
Text Example
White with #085478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085478; }
p { color: rgb(8,84,120); }
H1.HeaderClassName
{
color: #085478;
}
.AnyTagClassName
{
color: #085478;
}
</style>
background-color css
<style>
a { background-color: #085478; }
a { background-color: rgb(8,84,120); }
div.DivClassName
{
background-color: #085478;
}
.BgClassName
{
background-color: #085478;
}
</style>
border-color css
<style>
span { border-color: #085478; }
span { border-color: rgb(8,84,120); }
td.TdClassName
{
border-color: #085478;
}
.TagClassName
{
border-color: #085478;
}
</style>