Shades of Denim #065DAC
Tints of Denim #065DAC
RGB
CMYK
RGB Variations
Color information
#065DAC (or 0x065DAC) is known color: Denim. HEX triplet: 06, 5D and AC. RGB value is (6,93,172). Sum of RGB (Red+Green+Blue) = 6+93+172=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #065DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DAC is #F9A253. Grayscale: #4B4B4B. Windows color (decimal): -16360020 or 11296006. OLE color: 11296006.
HSL color Cylindrical-coordinate representation of color #065DAC: hue angle of 208.55º 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 #065DAC is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 93 | 172 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.33 |
| HSL | 208.55º | 0.93% | 0.35% | - |
| HSV(B) | 208.55º | 0.97% | 0.67% | - |
| XYZ | 11.44 | 10.85 | 40.52 | - |
| YUV | 75.99 | 182.18 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 172 | 0.97 | 0.46 | 0 | 0.33 | 208.55 | 0.93 | 0.35 |
| Hex | 6 | 5D | AC | 61 | 2E | 0 | 21 | D1 | 5D | 23 |
| Octal | 6 | 135 | 254 | 141 | 56 | 0 | 41 | 321 | 135 | 43 |
| Binary | 110 | 1011101 | 10101100 | 1100001 | 101110 | 0 | 100001 | 11010001 | 1011101 | 100011 |
Color Harmonies of #065DAC
Complementary color
Monochromatic Colors of #065DAC
Black with #065DAC
Text Example
Text Example
White with #065DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DAC; }
p { color: rgb(6,93,172); }
H1.HeaderClassName
{
color: #065DAC;
}
.AnyTagClassName
{
color: #065DAC;
}
</style>
background-color css
<style>
a { background-color: #065DAC; }
a { background-color: rgb(6,93,172); }
div.DivClassName
{
background-color: #065DAC;
}
.BgClassName
{
background-color: #065DAC;
}
</style>
border-color css
<style>
span { border-color: #065DAC; }
span { border-color: rgb(6,93,172); }
td.TdClassName
{
border-color: #065DAC;
}
.TagClassName
{
border-color: #065DAC;
}
</style>