Shades of Dark Cerulean #084285
Tints of Dark Cerulean #084285
RGB
CMYK
RGB Variations
Color information
#084285 (or 0x084285) is known color: Dark Cerulean. HEX triplet: 08, 42 and 85. RGB value is (8,66,133). Sum of RGB (Red+Green+Blue) = 8+66+133=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #084285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084285 is #F7BD7A. Grayscale: #373737. Windows color (decimal): -16235899 or 8733192. OLE color: 8733192.
HSL color Cylindrical-coordinate representation of color #084285: hue angle of 212.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084285 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 66 | 133 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.48 |
| HSL | 212.16º | 0.89% | 0.28% | - |
| HSV(B) | 212.16º | 0.94% | 0.52% | - |
| XYZ | 6.28 | 5.64 | 22.95 | - |
| YUV | 56.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 133 | 0.94 | 0.50 | 0 | 0.48 | 212.16 | 0.89 | 0.28 |
| Hex | 8 | 42 | 85 | 5E | 32 | 0 | 30 | D4 | 59 | 1C |
| Octal | 10 | 102 | 205 | 136 | 62 | 0 | 60 | 324 | 131 | 34 |
| Binary | 1000 | 1000010 | 10000101 | 1011110 | 110010 | 0 | 110000 | 11010100 | 1011001 | 11100 |
Color Harmonies of #084285
Complementary color
Monochromatic Colors of #084285
Black with #084285
Text Example
Text Example
White with #084285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084285; }
p { color: rgb(8,66,133); }
H1.HeaderClassName
{
color: #084285;
}
.AnyTagClassName
{
color: #084285;
}
</style>
background-color css
<style>
a { background-color: #084285; }
a { background-color: rgb(8,66,133); }
div.DivClassName
{
background-color: #084285;
}
.BgClassName
{
background-color: #084285;
}
</style>
border-color css
<style>
span { border-color: #084285; }
span { border-color: rgb(8,66,133); }
td.TdClassName
{
border-color: #084285;
}
.TagClassName
{
border-color: #084285;
}
</style>