Shades of Denim #1A6AAF
Tints of Denim #1A6AAF
RGB
CMYK
RGB Variations
Color information
#1A6AAF (or 0x1A6AAF) is known color: Denim. HEX triplet: 1A, 6A and AF. RGB value is (26,106,175). Sum of RGB (Red+Green+Blue) = 26+106+175=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A6AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6AAF is #E59550. Grayscale: #595959. Windows color (decimal): -15045969 or 11495962. OLE color: 11495962.
HSL color Cylindrical-coordinate representation of color #1A6AAF: hue angle of 207.79º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6AAF is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 106 | 175 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.31 |
| HSL | 207.79º | 0.74% | 0.39% | - |
| HSV(B) | 207.79º | 0.85% | 0.69% | - |
| XYZ | 13.32 | 13.62 | 42.48 | - |
| YUV | 89.95 | 176 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 175 | 0.85 | 0.39 | 0 | 0.31 | 207.79 | 0.74 | 0.39 |
| Hex | 1A | 6A | AF | 55 | 27 | 0 | 1F | D0 | 4A | 27 |
| Octal | 32 | 152 | 257 | 125 | 47 | 0 | 37 | 320 | 112 | 47 |
| Binary | 11010 | 1101010 | 10101111 | 1010101 | 100111 | 0 | 11111 | 11010000 | 1001010 | 100111 |
Color Harmonies of #1A6AAF
Complementary color
Monochromatic Colors of #1A6AAF
Black with #1A6AAF
Text Example
Text Example
White with #1A6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6AAF; }
p { color: rgb(26,106,175); }
H1.HeaderClassName
{
color: #1A6AAF;
}
.AnyTagClassName
{
color: #1A6AAF;
}
</style>
background-color css
<style>
a { background-color: #1A6AAF; }
a { background-color: rgb(26,106,175); }
div.DivClassName
{
background-color: #1A6AAF;
}
.BgClassName
{
background-color: #1A6AAF;
}
</style>
border-color css
<style>
span { border-color: #1A6AAF; }
span { border-color: rgb(26,106,175); }
td.TdClassName
{
border-color: #1A6AAF;
}
.TagClassName
{
border-color: #1A6AAF;
}
</style>