Shades of Denim #065CAE
Tints of Denim #065CAE
RGB
CMYK
RGB Variations
Color information
#065CAE (or 0x065CAE) is known color: Denim. HEX triplet: 06, 5C and AE. RGB value is (6,92,174). Sum of RGB (Red+Green+Blue) = 6+92+174=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #065CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CAE is #F9A351. Grayscale: #4B4B4B. Windows color (decimal): -16360274 or 11426822. OLE color: 11426822.
HSL color Cylindrical-coordinate representation of color #065CAE: hue angle of 209.29º 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 #065CAE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 92 | 174 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.32 |
| HSL | 209.29º | 0.93% | 0.35% | - |
| HSV(B) | 209.29º | 0.97% | 0.68% | - |
| XYZ | 11.54 | 10.75 | 41.51 | - |
| YUV | 75.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 174 | 0.97 | 0.47 | 0 | 0.32 | 209.29 | 0.93 | 0.35 |
| Hex | 6 | 5C | AE | 61 | 2F | 0 | 20 | D1 | 5D | 23 |
| Octal | 6 | 134 | 256 | 141 | 57 | 0 | 40 | 321 | 135 | 43 |
| Binary | 110 | 1011100 | 10101110 | 1100001 | 101111 | 0 | 100000 | 11010001 | 1011101 | 100011 |
Color Harmonies of #065CAE
Complementary color
Monochromatic Colors of #065CAE
Black with #065CAE
Text Example
Text Example
White with #065CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CAE; }
p { color: rgb(6,92,174); }
H1.HeaderClassName
{
color: #065CAE;
}
.AnyTagClassName
{
color: #065CAE;
}
</style>
background-color css
<style>
a { background-color: #065CAE; }
a { background-color: rgb(6,92,174); }
div.DivClassName
{
background-color: #065CAE;
}
.BgClassName
{
background-color: #065CAE;
}
</style>
border-color css
<style>
span { border-color: #065CAE; }
span { border-color: rgb(6,92,174); }
td.TdClassName
{
border-color: #065CAE;
}
.TagClassName
{
border-color: #065CAE;
}
</style>