Shades of Denim #084FC0
Tints of Denim #084FC0
RGB
CMYK
RGB Variations
Color information
#084FC0 (or 0x084FC0) is known color: Denim. HEX triplet: 08, 4F and C0. RGB value is (8,79,192). Sum of RGB (Red+Green+Blue) = 8+79+192=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #084FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FC0 is #F7B03F. Grayscale: #464646. Windows color (decimal): -16232512 or 12603144. OLE color: 12603144.
HSL color Cylindrical-coordinate representation of color #084FC0: hue angle of 216.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FC0 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 79 | 192 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.25 |
| HSL | 216.85º | 0.92% | 0.39% | - |
| HSV(B) | 216.85º | 0.96% | 0.75% | - |
| XYZ | 12.41 | 9.45 | 51.04 | - |
| YUV | 70.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 192 | 0.96 | 0.59 | 0 | 0.25 | 216.85 | 0.92 | 0.39 |
| Hex | 8 | 4F | C0 | 60 | 3B | 0 | 19 | D9 | 5C | 27 |
| Octal | 10 | 117 | 300 | 140 | 73 | 0 | 31 | 331 | 134 | 47 |
| Binary | 1000 | 1001111 | 11000000 | 1100000 | 111011 | 0 | 11001 | 11011001 | 1011100 | 100111 |
Color Harmonies of #084FC0
Complementary color
Monochromatic Colors of #084FC0
Black with #084FC0
Text Example
Text Example
White with #084FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FC0; }
p { color: rgb(8,79,192); }
H1.HeaderClassName
{
color: #084FC0;
}
.AnyTagClassName
{
color: #084FC0;
}
</style>
background-color css
<style>
a { background-color: #084FC0; }
a { background-color: rgb(8,79,192); }
div.DivClassName
{
background-color: #084FC0;
}
.BgClassName
{
background-color: #084FC0;
}
</style>
border-color css
<style>
span { border-color: #084FC0; }
span { border-color: rgb(8,79,192); }
td.TdClassName
{
border-color: #084FC0;
}
.TagClassName
{
border-color: #084FC0;
}
</style>