Shades of Dark Cerulean #084880
Tints of Dark Cerulean #084880
RGB
CMYK
RGB Variations
Color information
#084880 (or 0x084880) is known color: Dark Cerulean. HEX triplet: 08, 48 and 80. RGB value is (8,72,128). Sum of RGB (Red+Green+Blue) = 8+72+128=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #084880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084880 is #F7B77F. Grayscale: #3A3A3A. Windows color (decimal): -16234368 or 8407048. OLE color: 8407048.
HSL color Cylindrical-coordinate representation of color #084880: hue angle of 208º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084880 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 72 | 128 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.50 |
| HSL | 208º | 0.88% | 0.27% | - |
| HSV(B) | 208º | 0.94% | 0.5% | - |
| XYZ | 6.31 | 6.24 | 21.29 | - |
| YUV | 59.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 72 | 128 | 0.94 | 0.44 | 0 | 0.50 | 208 | 0.88 | 0.27 |
| Hex | 8 | 48 | 80 | 5E | 2C | 0 | 32 | D0 | 58 | 1B |
| Octal | 10 | 110 | 200 | 136 | 54 | 0 | 62 | 320 | 130 | 33 |
| Binary | 1000 | 1001000 | 10000000 | 1011110 | 101100 | 0 | 110010 | 11010000 | 1011000 | 11011 |
Color Harmonies of #084880
Complementary color
Monochromatic Colors of #084880
Black with #084880
Text Example
Text Example
White with #084880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084880; }
p { color: rgb(8,72,128); }
H1.HeaderClassName
{
color: #084880;
}
.AnyTagClassName
{
color: #084880;
}
</style>
background-color css
<style>
a { background-color: #084880; }
a { background-color: rgb(8,72,128); }
div.DivClassName
{
background-color: #084880;
}
.BgClassName
{
background-color: #084880;
}
</style>
border-color css
<style>
span { border-color: #084880; }
span { border-color: rgb(8,72,128); }
td.TdClassName
{
border-color: #084880;
}
.TagClassName
{
border-color: #084880;
}
</style>