Shades of Dark Cerulean #085679
Tints of Dark Cerulean #085679
RGB
CMYK
RGB Variations
Color information
#085679 (or 0x085679) is known color: Dark Cerulean. HEX triplet: 08, 56 and 79. RGB value is (8,86,121). Sum of RGB (Red+Green+Blue) = 8+86+121=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #085679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085679 is #F7A986. Grayscale: #424242. Windows color (decimal): -16230791 or 7951880. OLE color: 7951880.
HSL color Cylindrical-coordinate representation of color #085679: hue angle of 198.58º 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 #085679 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 86 | 121 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.53 |
| HSL | 198.58º | 0.88% | 0.25% | - |
| HSV(B) | 198.58º | 0.93% | 0.47% | - |
| XYZ | 6.88 | 8.09 | 19.29 | - |
| YUV | 66.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 121 | 0.93 | 0.29 | 0 | 0.53 | 198.58 | 0.88 | 0.25 |
| Hex | 8 | 56 | 79 | 5D | 1D | 0 | 35 | C7 | 58 | 19 |
| Octal | 10 | 126 | 171 | 135 | 35 | 0 | 65 | 307 | 130 | 31 |
| Binary | 1000 | 1010110 | 1111001 | 1011101 | 11101 | 0 | 110101 | 11000111 | 1011000 | 11001 |
Color Harmonies of #085679
Complementary color
Monochromatic Colors of #085679
Black with #085679
Text Example
Text Example
White with #085679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085679; }
p { color: rgb(8,86,121); }
H1.HeaderClassName
{
color: #085679;
}
.AnyTagClassName
{
color: #085679;
}
</style>
background-color css
<style>
a { background-color: #085679; }
a { background-color: rgb(8,86,121); }
div.DivClassName
{
background-color: #085679;
}
.BgClassName
{
background-color: #085679;
}
</style>
border-color css
<style>
span { border-color: #085679; }
span { border-color: rgb(8,86,121); }
td.TdClassName
{
border-color: #085679;
}
.TagClassName
{
border-color: #085679;
}
</style>