Shades of Dark Cerulean #084482
Tints of Dark Cerulean #084482
RGB
CMYK
RGB Variations
Color information
#084482 (or 0x084482) is known color: Dark Cerulean. HEX triplet: 08, 44 and 82. RGB value is (8,68,130). Sum of RGB (Red+Green+Blue) = 8+68+130=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #084482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084482 is #F7BB7D. Grayscale: #383838. Windows color (decimal): -16235390 or 8537096. OLE color: 8537096.
HSL color Cylindrical-coordinate representation of color #084482: hue angle of 210.49º 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 #084482 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 68 | 130 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.49 |
| HSL | 210.49º | 0.88% | 0.27% | - |
| HSV(B) | 210.49º | 0.94% | 0.51% | - |
| XYZ | 6.2 | 5.8 | 21.91 | - |
| YUV | 57.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 130 | 0.94 | 0.48 | 0 | 0.49 | 210.49 | 0.88 | 0.27 |
| Hex | 8 | 44 | 82 | 5E | 30 | 0 | 31 | D2 | 58 | 1B |
| Octal | 10 | 104 | 202 | 136 | 60 | 0 | 61 | 322 | 130 | 33 |
| Binary | 1000 | 1000100 | 10000010 | 1011110 | 110000 | 0 | 110001 | 11010010 | 1011000 | 11011 |
Color Harmonies of #084482
Complementary color
Monochromatic Colors of #084482
Black with #084482
Text Example
Text Example
White with #084482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084482; }
p { color: rgb(8,68,130); }
H1.HeaderClassName
{
color: #084482;
}
.AnyTagClassName
{
color: #084482;
}
</style>
background-color css
<style>
a { background-color: #084482; }
a { background-color: rgb(8,68,130); }
div.DivClassName
{
background-color: #084482;
}
.BgClassName
{
background-color: #084482;
}
</style>
border-color css
<style>
span { border-color: #084482; }
span { border-color: rgb(8,68,130); }
td.TdClassName
{
border-color: #084482;
}
.TagClassName
{
border-color: #084482;
}
</style>