Shades of Denim #084ACB
Tints of Denim #084ACB
RGB
CMYK
RGB Variations
Color information
#084ACB (or 0x084ACB) is known color: Denim. HEX triplet: 08, 4A and CB. RGB value is (8,74,203). Sum of RGB (Red+Green+Blue) = 8+74+203=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #084ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ACB is #F7B534. Grayscale: #444444. Windows color (decimal): -16233781 or 13322760. OLE color: 13322760.
HSL color Cylindrical-coordinate representation of color #084ACB: hue angle of 219.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ACB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 74 | 203 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.20 |
| HSL | 219.69º | 0.92% | 0.41% | - |
| HSV(B) | 219.69º | 0.96% | 0.8% | - |
| XYZ | 13.33 | 9.26 | 57.58 | - |
| YUV | 68.97 | 203.63 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 203 | 0.96 | 0.64 | 0 | 0.20 | 219.69 | 0.92 | 0.41 |
| Hex | 8 | 4A | CB | 60 | 40 | 0 | 14 | DC | 5C | 29 |
| Octal | 10 | 112 | 313 | 140 | 100 | 0 | 24 | 334 | 134 | 51 |
| Binary | 1000 | 1001010 | 11001011 | 1100000 | 1000000 | 0 | 10100 | 11011100 | 1011100 | 101001 |
Color Harmonies of #084ACB
Complementary color
Monochromatic Colors of #084ACB
Black with #084ACB
Text Example
Text Example
White with #084ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ACB; }
p { color: rgb(8,74,203); }
H1.HeaderClassName
{
color: #084ACB;
}
.AnyTagClassName
{
color: #084ACB;
}
</style>
background-color css
<style>
a { background-color: #084ACB; }
a { background-color: rgb(8,74,203); }
div.DivClassName
{
background-color: #084ACB;
}
.BgClassName
{
background-color: #084ACB;
}
</style>
border-color css
<style>
span { border-color: #084ACB; }
span { border-color: rgb(8,74,203); }
td.TdClassName
{
border-color: #084ACB;
}
.TagClassName
{
border-color: #084ACB;
}
</style>