Shades of Denim #084DCB
Tints of Denim #084DCB
RGB
CMYK
RGB Variations
Color information
#084DCB (or 0x084DCB) is known color: Denim. HEX triplet: 08, 4D and CB. RGB value is (8,77,203). Sum of RGB (Red+Green+Blue) = 8+77+203=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #084DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DCB is #F7B234. Grayscale: #464646. Windows color (decimal): -16233013 or 13323528. OLE color: 13323528.
HSL color Cylindrical-coordinate representation of color #084DCB: hue angle of 218.77º 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 #084DCB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 77 | 203 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.20 |
| HSL | 218.77º | 0.92% | 0.41% | - |
| HSV(B) | 218.77º | 0.96% | 0.8% | - |
| XYZ | 13.53 | 9.67 | 57.65 | - |
| YUV | 70.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 203 | 0.96 | 0.62 | 0 | 0.20 | 218.77 | 0.92 | 0.41 |
| Hex | 8 | 4D | CB | 60 | 3E | 0 | 14 | DB | 5C | 29 |
| Octal | 10 | 115 | 313 | 140 | 76 | 0 | 24 | 333 | 134 | 51 |
| Binary | 1000 | 1001101 | 11001011 | 1100000 | 111110 | 0 | 10100 | 11011011 | 1011100 | 101001 |
Color Harmonies of #084DCB
Complementary color
Monochromatic Colors of #084DCB
Black with #084DCB
Text Example
Text Example
White with #084DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DCB; }
p { color: rgb(8,77,203); }
H1.HeaderClassName
{
color: #084DCB;
}
.AnyTagClassName
{
color: #084DCB;
}
</style>
background-color css
<style>
a { background-color: #084DCB; }
a { background-color: rgb(8,77,203); }
div.DivClassName
{
background-color: #084DCB;
}
.BgClassName
{
background-color: #084DCB;
}
</style>
border-color css
<style>
span { border-color: #084DCB; }
span { border-color: rgb(8,77,203); }
td.TdClassName
{
border-color: #084DCB;
}
.TagClassName
{
border-color: #084DCB;
}
</style>