Shades of Denim #084ACE
Tints of Denim #084ACE
RGB
CMYK
RGB Variations
Color information
#084ACE (or 0x084ACE) is known color: Denim. HEX triplet: 08, 4A and CE. RGB value is (8,74,206). Sum of RGB (Red+Green+Blue) = 8+74+206=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #084ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ACE is #F7B531. Grayscale: #444444. Windows color (decimal): -16233778 or 13519368. OLE color: 13519368.
HSL color Cylindrical-coordinate representation of color #084ACE: hue angle of 220º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ACE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 74 | 206 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.19 |
| HSL | 220º | 0.93% | 0.42% | - |
| HSV(B) | 220º | 0.96% | 0.81% | - |
| XYZ | 13.69 | 9.41 | 59.49 | - |
| YUV | 69.31 | 205.13 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 206 | 0.96 | 0.64 | 0 | 0.19 | 220 | 0.93 | 0.42 |
| Hex | 8 | 4A | CE | 60 | 40 | 0 | 13 | DC | 5D | 2A |
| Octal | 10 | 112 | 316 | 140 | 100 | 0 | 23 | 334 | 135 | 52 |
| Binary | 1000 | 1001010 | 11001110 | 1100000 | 1000000 | 0 | 10011 | 11011100 | 1011101 | 101010 |
Color Harmonies of #084ACE
Complementary color
Monochromatic Colors of #084ACE
Black with #084ACE
Text Example
Text Example
White with #084ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ACE; }
p { color: rgb(8,74,206); }
H1.HeaderClassName
{
color: #084ACE;
}
.AnyTagClassName
{
color: #084ACE;
}
</style>
background-color css
<style>
a { background-color: #084ACE; }
a { background-color: rgb(8,74,206); }
div.DivClassName
{
background-color: #084ACE;
}
.BgClassName
{
background-color: #084ACE;
}
</style>
border-color css
<style>
span { border-color: #084ACE; }
span { border-color: rgb(8,74,206); }
td.TdClassName
{
border-color: #084ACE;
}
.TagClassName
{
border-color: #084ACE;
}
</style>