Shades of Denim #065DAE
Tints of Denim #065DAE
RGB
CMYK
RGB Variations
Color information
#065DAE (or 0x065DAE) is known color: Denim. HEX triplet: 06, 5D and AE. RGB value is (6,93,174). Sum of RGB (Red+Green+Blue) = 6+93+174=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #065DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DAE is #F9A251. Grayscale: #4B4B4B. Windows color (decimal): -16360018 or 11427078. OLE color: 11427078.
HSL color Cylindrical-coordinate representation of color #065DAE: hue angle of 208.93º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DAE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 93 | 174 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.32 |
| HSL | 208.93º | 0.93% | 0.35% | - |
| HSV(B) | 208.93º | 0.97% | 0.68% | - |
| XYZ | 11.63 | 10.92 | 41.54 | - |
| YUV | 76.22 | 183.18 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 174 | 0.97 | 0.47 | 0 | 0.32 | 208.93 | 0.93 | 0.35 |
| Hex | 6 | 5D | AE | 61 | 2F | 0 | 20 | D1 | 5D | 23 |
| Octal | 6 | 135 | 256 | 141 | 57 | 0 | 40 | 321 | 135 | 43 |
| Binary | 110 | 1011101 | 10101110 | 1100001 | 101111 | 0 | 100000 | 11010001 | 1011101 | 100011 |
Color Harmonies of #065DAE
Complementary color
Monochromatic Colors of #065DAE
Black with #065DAE
Text Example
Text Example
White with #065DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065DAE; }
p { color: rgb(6,93,174); }
H1.HeaderClassName
{
color: #065DAE;
}
.AnyTagClassName
{
color: #065DAE;
}
</style>
background-color css
<style>
a { background-color: #065DAE; }
a { background-color: rgb(6,93,174); }
div.DivClassName
{
background-color: #065DAE;
}
.BgClassName
{
background-color: #065DAE;
}
</style>
border-color css
<style>
span { border-color: #065DAE; }
span { border-color: rgb(6,93,174); }
td.TdClassName
{
border-color: #065DAE;
}
.TagClassName
{
border-color: #065DAE;
}
</style>