Shades of Denim #1A6CAE
Tints of Denim #1A6CAE
RGB
CMYK
RGB Variations
Color information
#1A6CAE (or 0x1A6CAE) is known color: Denim. HEX triplet: 1A, 6C and AE. RGB value is (26,108,174). Sum of RGB (Red+Green+Blue) = 26+108+174=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A6CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6CAE is #E59351. Grayscale: #5A5A5A. Windows color (decimal): -15045458 or 11430938. OLE color: 11430938.
HSL color Cylindrical-coordinate representation of color #1A6CAE: hue angle of 206.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6CAE is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 108 | 174 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.32 |
| HSL | 206.76º | 0.74% | 0.39% | - |
| HSV(B) | 206.76º | 0.85% | 0.68% | - |
| XYZ | 13.43 | 14 | 42.04 | - |
| YUV | 91.01 | 174.83 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 174 | 0.85 | 0.38 | 0 | 0.32 | 206.76 | 0.74 | 0.39 |
| Hex | 1A | 6C | AE | 55 | 26 | 0 | 20 | CF | 4A | 27 |
| Octal | 32 | 154 | 256 | 125 | 46 | 0 | 40 | 317 | 112 | 47 |
| Binary | 11010 | 1101100 | 10101110 | 1010101 | 100110 | 0 | 100000 | 11001111 | 1001010 | 100111 |
Color Harmonies of #1A6CAE
Complementary color
Monochromatic Colors of #1A6CAE
Black with #1A6CAE
Text Example
Text Example
White with #1A6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6CAE; }
p { color: rgb(26,108,174); }
H1.HeaderClassName
{
color: #1A6CAE;
}
.AnyTagClassName
{
color: #1A6CAE;
}
</style>
background-color css
<style>
a { background-color: #1A6CAE; }
a { background-color: rgb(26,108,174); }
div.DivClassName
{
background-color: #1A6CAE;
}
.BgClassName
{
background-color: #1A6CAE;
}
</style>
border-color css
<style>
span { border-color: #1A6CAE; }
span { border-color: rgb(26,108,174); }
td.TdClassName
{
border-color: #1A6CAE;
}
.TagClassName
{
border-color: #1A6CAE;
}
</style>