Shades of Dark Cerulean #084085
Tints of Dark Cerulean #084085
RGB
CMYK
RGB Variations
Color information
#084085 (or 0x084085) is known color: Dark Cerulean. HEX triplet: 08, 40 and 85. RGB value is (8,64,133). Sum of RGB (Red+Green+Blue) = 8+64+133=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #084085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084085 is #F7BF7A. Grayscale: #363636. Windows color (decimal): -16236411 or 8732680. OLE color: 8732680.
HSL color Cylindrical-coordinate representation of color #084085: hue angle of 213.12º 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 #084085 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 64 | 133 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.48 |
| HSL | 213.12º | 0.89% | 0.28% | - |
| HSV(B) | 213.12º | 0.94% | 0.52% | - |
| XYZ | 6.17 | 5.41 | 22.91 | - |
| YUV | 55.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 133 | 0.94 | 0.52 | 0 | 0.48 | 213.12 | 0.89 | 0.28 |
| Hex | 8 | 40 | 85 | 5E | 34 | 0 | 30 | D5 | 59 | 1C |
| Octal | 10 | 100 | 205 | 136 | 64 | 0 | 60 | 325 | 131 | 34 |
| Binary | 1000 | 1000000 | 10000101 | 1011110 | 110100 | 0 | 110000 | 11010101 | 1011001 | 11100 |
Color Harmonies of #084085
Complementary color
Monochromatic Colors of #084085
Black with #084085
Text Example
Text Example
White with #084085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084085; }
p { color: rgb(8,64,133); }
H1.HeaderClassName
{
color: #084085;
}
.AnyTagClassName
{
color: #084085;
}
</style>
background-color css
<style>
a { background-color: #084085; }
a { background-color: rgb(8,64,133); }
div.DivClassName
{
background-color: #084085;
}
.BgClassName
{
background-color: #084085;
}
</style>
border-color css
<style>
span { border-color: #084085; }
span { border-color: rgb(8,64,133); }
td.TdClassName
{
border-color: #084085;
}
.TagClassName
{
border-color: #084085;
}
</style>