Shades of Denim #065FAC
Tints of Denim #065FAC
RGB
CMYK
RGB Variations
Color information
#065FAC (or 0x065FAC) is known color: Denim. HEX triplet: 06, 5F and AC. RGB value is (6,95,172). Sum of RGB (Red+Green+Blue) = 6+95+172=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #065FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065FAC is #F9A053. Grayscale: #4C4C4C. Windows color (decimal): -16359508 or 11296518. OLE color: 11296518.
HSL color Cylindrical-coordinate representation of color #065FAC: hue angle of 207.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FAC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 95 | 172 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.33 |
| HSL | 207.83º | 0.93% | 0.35% | - |
| HSV(B) | 207.83º | 0.97% | 0.67% | - |
| XYZ | 11.61 | 11.2 | 40.58 | - |
| YUV | 77.17 | 181.51 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 172 | 0.97 | 0.45 | 0 | 0.33 | 207.83 | 0.93 | 0.35 |
| Hex | 6 | 5F | AC | 61 | 2D | 0 | 21 | D0 | 5D | 23 |
| Octal | 6 | 137 | 254 | 141 | 55 | 0 | 41 | 320 | 135 | 43 |
| Binary | 110 | 1011111 | 10101100 | 1100001 | 101101 | 0 | 100001 | 11010000 | 1011101 | 100011 |
Color Harmonies of #065FAC
Complementary color
Monochromatic Colors of #065FAC
Black with #065FAC
Text Example
Text Example
White with #065FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065FAC; }
p { color: rgb(6,95,172); }
H1.HeaderClassName
{
color: #065FAC;
}
.AnyTagClassName
{
color: #065FAC;
}
</style>
background-color css
<style>
a { background-color: #065FAC; }
a { background-color: rgb(6,95,172); }
div.DivClassName
{
background-color: #065FAC;
}
.BgClassName
{
background-color: #065FAC;
}
</style>
border-color css
<style>
span { border-color: #065FAC; }
span { border-color: rgb(6,95,172); }
td.TdClassName
{
border-color: #065FAC;
}
.TagClassName
{
border-color: #065FAC;
}
</style>