Shades of Dark Cerulean #084282
Tints of Dark Cerulean #084282
RGB
CMYK
RGB Variations
Color information
#084282 (or 0x084282) is known color: Dark Cerulean. HEX triplet: 08, 42 and 82. RGB value is (8,66,130). Sum of RGB (Red+Green+Blue) = 8+66+130=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #084282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084282 is #F7BD7D. Grayscale: #373737. Windows color (decimal): -16235902 or 8536584. OLE color: 8536584.
HSL color Cylindrical-coordinate representation of color #084282: hue angle of 211.48º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084282 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 66 | 130 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.49 |
| HSL | 211.48º | 0.88% | 0.27% | - |
| HSV(B) | 211.48º | 0.94% | 0.51% | - |
| XYZ | 6.08 | 5.56 | 21.87 | - |
| YUV | 55.95 | 169.78 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 130 | 0.94 | 0.49 | 0 | 0.49 | 211.48 | 0.88 | 0.27 |
| Hex | 8 | 42 | 82 | 5E | 31 | 0 | 31 | D3 | 58 | 1B |
| Octal | 10 | 102 | 202 | 136 | 61 | 0 | 61 | 323 | 130 | 33 |
| Binary | 1000 | 1000010 | 10000010 | 1011110 | 110001 | 0 | 110001 | 11010011 | 1011000 | 11011 |
Color Harmonies of #084282
Complementary color
Monochromatic Colors of #084282
Black with #084282
Text Example
Text Example
White with #084282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084282; }
p { color: rgb(8,66,130); }
H1.HeaderClassName
{
color: #084282;
}
.AnyTagClassName
{
color: #084282;
}
</style>
background-color css
<style>
a { background-color: #084282; }
a { background-color: rgb(8,66,130); }
div.DivClassName
{
background-color: #084282;
}
.BgClassName
{
background-color: #084282;
}
</style>
border-color css
<style>
span { border-color: #084282; }
span { border-color: rgb(8,66,130); }
td.TdClassName
{
border-color: #084282;
}
.TagClassName
{
border-color: #084282;
}
</style>