Shades of Denim #084BCB
Tints of Denim #084BCB
RGB
CMYK
RGB Variations
Color information
#084BCB (or 0x084BCB) is known color: Denim. HEX triplet: 08, 4B and CB. RGB value is (8,75,203). Sum of RGB (Red+Green+Blue) = 8+75+203=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #084BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BCB is #F7B434. Grayscale: #444444. Windows color (decimal): -16233525 or 13323016. OLE color: 13323016.
HSL color Cylindrical-coordinate representation of color #084BCB: hue angle of 219.38º 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 #084BCB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 75 | 203 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.20 |
| HSL | 219.38º | 0.92% | 0.41% | - |
| HSV(B) | 219.38º | 0.96% | 0.8% | - |
| XYZ | 13.4 | 9.4 | 57.61 | - |
| YUV | 69.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 203 | 0.96 | 0.63 | 0 | 0.20 | 219.38 | 0.92 | 0.41 |
| Hex | 8 | 4B | CB | 60 | 3F | 0 | 14 | DB | 5C | 29 |
| Octal | 10 | 113 | 313 | 140 | 77 | 0 | 24 | 333 | 134 | 51 |
| Binary | 1000 | 1001011 | 11001011 | 1100000 | 111111 | 0 | 10100 | 11011011 | 1011100 | 101001 |
Color Harmonies of #084BCB
Complementary color
Monochromatic Colors of #084BCB
Black with #084BCB
Text Example
Text Example
White with #084BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BCB; }
p { color: rgb(8,75,203); }
H1.HeaderClassName
{
color: #084BCB;
}
.AnyTagClassName
{
color: #084BCB;
}
</style>
background-color css
<style>
a { background-color: #084BCB; }
a { background-color: rgb(8,75,203); }
div.DivClassName
{
background-color: #084BCB;
}
.BgClassName
{
background-color: #084BCB;
}
</style>
border-color css
<style>
span { border-color: #084BCB; }
span { border-color: rgb(8,75,203); }
td.TdClassName
{
border-color: #084BCB;
}
.TagClassName
{
border-color: #084BCB;
}
</style>