Shades of Dark Cerulean #084186
Tints of Dark Cerulean #084186
RGB
CMYK
RGB Variations
Color information
#084186 (or 0x084186) is known color: Dark Cerulean. HEX triplet: 08, 41 and 86. RGB value is (8,65,134). Sum of RGB (Red+Green+Blue) = 8+65+134=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #084186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084186 is #F7BE79. Grayscale: #373737. Windows color (decimal): -16236154 or 8798472. OLE color: 8798472.
HSL color Cylindrical-coordinate representation of color #084186: hue angle of 212.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084186 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 65 | 134 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.47 |
| HSL | 212.86º | 0.89% | 0.28% | - |
| HSV(B) | 212.86º | 0.94% | 0.53% | - |
| XYZ | 6.29 | 5.55 | 23.29 | - |
| YUV | 55.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 134 | 0.94 | 0.51 | 0 | 0.47 | 212.86 | 0.89 | 0.28 |
| Hex | 8 | 41 | 86 | 5E | 33 | 0 | 2F | D5 | 59 | 1C |
| Octal | 10 | 101 | 206 | 136 | 63 | 0 | 57 | 325 | 131 | 34 |
| Binary | 1000 | 1000001 | 10000110 | 1011110 | 110011 | 0 | 101111 | 11010101 | 1011001 | 11100 |
Color Harmonies of #084186
Complementary color
Monochromatic Colors of #084186
Black with #084186
Text Example
Text Example
White with #084186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084186; }
p { color: rgb(8,65,134); }
H1.HeaderClassName
{
color: #084186;
}
.AnyTagClassName
{
color: #084186;
}
</style>
background-color css
<style>
a { background-color: #084186; }
a { background-color: rgb(8,65,134); }
div.DivClassName
{
background-color: #084186;
}
.BgClassName
{
background-color: #084186;
}
</style>
border-color css
<style>
span { border-color: #084186; }
span { border-color: rgb(8,65,134); }
td.TdClassName
{
border-color: #084186;
}
.TagClassName
{
border-color: #084186;
}
</style>