Shades of Dark Cerulean #084785
Tints of Dark Cerulean #084785
RGB
CMYK
RGB Variations
Color information
#084785 (or 0x084785) is known color: Dark Cerulean. HEX triplet: 08, 47 and 85. RGB value is (8,71,133). Sum of RGB (Red+Green+Blue) = 8+71+133=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #084785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084785 is #F7B87A. Grayscale: #3A3A3A. Windows color (decimal): -16234619 or 8734472. OLE color: 8734472.
HSL color Cylindrical-coordinate representation of color #084785: hue angle of 209.76º 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 #084785 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 71 | 133 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.48 |
| HSL | 209.76º | 0.89% | 0.28% | - |
| HSV(B) | 209.76º | 0.94% | 0.52% | - |
| XYZ | 6.59 | 6.25 | 23.05 | - |
| YUV | 59.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 133 | 0.94 | 0.47 | 0 | 0.48 | 209.76 | 0.89 | 0.28 |
| Hex | 8 | 47 | 85 | 5E | 2F | 0 | 30 | D2 | 59 | 1C |
| Octal | 10 | 107 | 205 | 136 | 57 | 0 | 60 | 322 | 131 | 34 |
| Binary | 1000 | 1000111 | 10000101 | 1011110 | 101111 | 0 | 110000 | 11010010 | 1011001 | 11100 |
Color Harmonies of #084785
Complementary color
Monochromatic Colors of #084785
Black with #084785
Text Example
Text Example
White with #084785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084785; }
p { color: rgb(8,71,133); }
H1.HeaderClassName
{
color: #084785;
}
.AnyTagClassName
{
color: #084785;
}
</style>
background-color css
<style>
a { background-color: #084785; }
a { background-color: rgb(8,71,133); }
div.DivClassName
{
background-color: #084785;
}
.BgClassName
{
background-color: #084785;
}
</style>
border-color css
<style>
span { border-color: #084785; }
span { border-color: rgb(8,71,133); }
td.TdClassName
{
border-color: #084785;
}
.TagClassName
{
border-color: #084785;
}
</style>