Shades of Dark Cerulean #084685
Tints of Dark Cerulean #084685
RGB
CMYK
RGB Variations
Color information
#084685 (or 0x084685) is known color: Dark Cerulean. HEX triplet: 08, 46 and 85. RGB value is (8,70,133). Sum of RGB (Red+Green+Blue) = 8+70+133=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #084685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084685 is #F7B97A. Grayscale: #3A3A3A. Windows color (decimal): -16234875 or 8734216. OLE color: 8734216.
HSL color Cylindrical-coordinate representation of color #084685: hue angle of 210.24º 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 #084685 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 70 | 133 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.48 |
| HSL | 210.24º | 0.89% | 0.28% | - |
| HSV(B) | 210.24º | 0.94% | 0.52% | - |
| XYZ | 6.52 | 6.13 | 23.03 | - |
| YUV | 58.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 133 | 0.94 | 0.47 | 0 | 0.48 | 210.24 | 0.89 | 0.28 |
| Hex | 8 | 46 | 85 | 5E | 2F | 0 | 30 | D2 | 59 | 1C |
| Octal | 10 | 106 | 205 | 136 | 57 | 0 | 60 | 322 | 131 | 34 |
| Binary | 1000 | 1000110 | 10000101 | 1011110 | 101111 | 0 | 110000 | 11010010 | 1011001 | 11100 |
Color Harmonies of #084685
Complementary color
Monochromatic Colors of #084685
Black with #084685
Text Example
Text Example
White with #084685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084685; }
p { color: rgb(8,70,133); }
H1.HeaderClassName
{
color: #084685;
}
.AnyTagClassName
{
color: #084685;
}
</style>
background-color css
<style>
a { background-color: #084685; }
a { background-color: rgb(8,70,133); }
div.DivClassName
{
background-color: #084685;
}
.BgClassName
{
background-color: #084685;
}
</style>
border-color css
<style>
span { border-color: #084685; }
span { border-color: rgb(8,70,133); }
td.TdClassName
{
border-color: #084685;
}
.TagClassName
{
border-color: #084685;
}
</style>