Shades of Dark Cerulean #084879
Tints of Dark Cerulean #084879
RGB
CMYK
RGB Variations
Color information
#084879 (or 0x084879) is known color: Dark Cerulean. HEX triplet: 08, 48 and 79. RGB value is (8,72,121). Sum of RGB (Red+Green+Blue) = 8+72+121=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #084879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084879 is #F7B786. Grayscale: #3A3A3A. Windows color (decimal): -16234375 or 7948296. OLE color: 7948296.
HSL color Cylindrical-coordinate representation of color #084879: hue angle of 206.02º 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 #084879 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 72 | 121 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.53 |
| HSL | 206.02º | 0.88% | 0.25% | - |
| HSV(B) | 206.02º | 0.93% | 0.47% | - |
| XYZ | 5.87 | 6.07 | 18.95 | - |
| YUV | 58.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 121 | 0.93 | 0.40 | 0 | 0.53 | 206.02 | 0.88 | 0.25 |
| Hex | 8 | 48 | 79 | 5D | 28 | 0 | 35 | CE | 58 | 19 |
| Octal | 10 | 110 | 171 | 135 | 50 | 0 | 65 | 316 | 130 | 31 |
| Binary | 1000 | 1001000 | 1111001 | 1011101 | 101000 | 0 | 110101 | 11001110 | 1011000 | 11001 |
Color Harmonies of #084879
Complementary color
Monochromatic Colors of #084879
Black with #084879
Text Example
Text Example
White with #084879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084879; }
p { color: rgb(8,72,121); }
H1.HeaderClassName
{
color: #084879;
}
.AnyTagClassName
{
color: #084879;
}
</style>
background-color css
<style>
a { background-color: #084879; }
a { background-color: rgb(8,72,121); }
div.DivClassName
{
background-color: #084879;
}
.BgClassName
{
background-color: #084879;
}
</style>
border-color css
<style>
span { border-color: #084879; }
span { border-color: rgb(8,72,121); }
td.TdClassName
{
border-color: #084879;
}
.TagClassName
{
border-color: #084879;
}
</style>