Shades of Dark Cerulean #084C80
Tints of Dark Cerulean #084C80
RGB
CMYK
RGB Variations
Color information
#084C80 (or 0x084C80) is known color: Dark Cerulean. HEX triplet: 08, 4C and 80. RGB value is (8,76,128). Sum of RGB (Red+Green+Blue) = 8+76+128=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #084C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C80 is #F7B37F. Grayscale: #3D3D3D. Windows color (decimal): -16233344 or 8408072. OLE color: 8408072.
HSL color Cylindrical-coordinate representation of color #084C80: hue angle of 206º 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 #084C80 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 76 | 128 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.50 |
| HSL | 206º | 0.88% | 0.27% | - |
| HSV(B) | 206º | 0.94% | 0.5% | - |
| XYZ | 6.58 | 6.78 | 21.38 | - |
| YUV | 61.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 128 | 0.94 | 0.41 | 0 | 0.50 | 206 | 0.88 | 0.27 |
| Hex | 8 | 4C | 80 | 5E | 29 | 0 | 32 | CE | 58 | 1B |
| Octal | 10 | 114 | 200 | 136 | 51 | 0 | 62 | 316 | 130 | 33 |
| Binary | 1000 | 1001100 | 10000000 | 1011110 | 101001 | 0 | 110010 | 11001110 | 1011000 | 11011 |
Color Harmonies of #084C80
Complementary color
Monochromatic Colors of #084C80
Black with #084C80
Text Example
Text Example
White with #084C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C80; }
p { color: rgb(8,76,128); }
H1.HeaderClassName
{
color: #084C80;
}
.AnyTagClassName
{
color: #084C80;
}
</style>
background-color css
<style>
a { background-color: #084C80; }
a { background-color: rgb(8,76,128); }
div.DivClassName
{
background-color: #084C80;
}
.BgClassName
{
background-color: #084C80;
}
</style>
border-color css
<style>
span { border-color: #084C80; }
span { border-color: rgb(8,76,128); }
td.TdClassName
{
border-color: #084C80;
}
.TagClassName
{
border-color: #084C80;
}
</style>