Shades of Denim #065CAF
Tints of Denim #065CAF
RGB
CMYK
RGB Variations
Color information
#065CAF (or 0x065CAF) is known color: Denim. HEX triplet: 06, 5C and AF. RGB value is (6,92,175). Sum of RGB (Red+Green+Blue) = 6+92+175=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #065CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CAF is #F9A350. Grayscale: #4B4B4B. Windows color (decimal): -16360273 or 11492358. OLE color: 11492358.
HSL color Cylindrical-coordinate representation of color #065CAF: hue angle of 209.47º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CAF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 92 | 175 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.31 |
| HSL | 209.47º | 0.93% | 0.35% | - |
| HSV(B) | 209.47º | 0.97% | 0.69% | - |
| XYZ | 11.64 | 10.79 | 42.03 | - |
| YUV | 75.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 175 | 0.97 | 0.47 | 0 | 0.31 | 209.47 | 0.93 | 0.35 |
| Hex | 6 | 5C | AF | 61 | 2F | 0 | 1F | D1 | 5D | 23 |
| Octal | 6 | 134 | 257 | 141 | 57 | 0 | 37 | 321 | 135 | 43 |
| Binary | 110 | 1011100 | 10101111 | 1100001 | 101111 | 0 | 11111 | 11010001 | 1011101 | 100011 |
Color Harmonies of #065CAF
Complementary color
Monochromatic Colors of #065CAF
Black with #065CAF
Text Example
Text Example
White with #065CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CAF; }
p { color: rgb(6,92,175); }
H1.HeaderClassName
{
color: #065CAF;
}
.AnyTagClassName
{
color: #065CAF;
}
</style>
background-color css
<style>
a { background-color: #065CAF; }
a { background-color: rgb(6,92,175); }
div.DivClassName
{
background-color: #065CAF;
}
.BgClassName
{
background-color: #065CAF;
}
</style>
border-color css
<style>
span { border-color: #065CAF; }
span { border-color: rgb(6,92,175); }
td.TdClassName
{
border-color: #065CAF;
}
.TagClassName
{
border-color: #065CAF;
}
</style>