Shades of Denim #084DC6
Tints of Denim #084DC6
RGB
CMYK
RGB Variations
Color information
#084DC6 (or 0x084DC6) is known color: Denim. HEX triplet: 08, 4D and C6. RGB value is (8,77,198). Sum of RGB (Red+Green+Blue) = 8+77+198=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #084DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DC6 is #F7B239. Grayscale: #454545. Windows color (decimal): -16233018 or 12995848. OLE color: 12995848.
HSL color Cylindrical-coordinate representation of color #084DC6: hue angle of 218.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DC6 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 77 | 198 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.22 |
| HSL | 218.21º | 0.92% | 0.4% | - |
| HSV(B) | 218.21º | 0.96% | 0.78% | - |
| XYZ | 12.95 | 9.44 | 54.57 | - |
| YUV | 70.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 198 | 0.96 | 0.61 | 0 | 0.22 | 218.21 | 0.92 | 0.4 |
| Hex | 8 | 4D | C6 | 60 | 3D | 0 | 16 | DA | 5C | 28 |
| Octal | 10 | 115 | 306 | 140 | 75 | 0 | 26 | 332 | 134 | 50 |
| Binary | 1000 | 1001101 | 11000110 | 1100000 | 111101 | 0 | 10110 | 11011010 | 1011100 | 101000 |
Color Harmonies of #084DC6
Complementary color
Monochromatic Colors of #084DC6
Black with #084DC6
Text Example
Text Example
White with #084DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DC6; }
p { color: rgb(8,77,198); }
H1.HeaderClassName
{
color: #084DC6;
}
.AnyTagClassName
{
color: #084DC6;
}
</style>
background-color css
<style>
a { background-color: #084DC6; }
a { background-color: rgb(8,77,198); }
div.DivClassName
{
background-color: #084DC6;
}
.BgClassName
{
background-color: #084DC6;
}
</style>
border-color css
<style>
span { border-color: #084DC6; }
span { border-color: rgb(8,77,198); }
td.TdClassName
{
border-color: #084DC6;
}
.TagClassName
{
border-color: #084DC6;
}
</style>