Shades of Denim #1A7AC0
Tints of Denim #1A7AC0
RGB
CMYK
RGB Variations
Color information
#1A7AC0 (or 0x1A7AC0) is known color: Denim. HEX triplet: 1A, 7A and C0. RGB value is (26,122,192). Sum of RGB (Red+Green+Blue) = 26+122+192=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #1A7AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7AC0 is #E5853F. Grayscale: #646464. Windows color (decimal): -15041856 or 12614170. OLE color: 12614170.
HSL color Cylindrical-coordinate representation of color #1A7AC0: hue angle of 205.3º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7AC0 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 122 | 192 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.25 |
| HSL | 205.3º | 0.76% | 0.43% | - |
| HSV(B) | 205.3º | 0.86% | 0.75% | - |
| XYZ | 16.9 | 17.94 | 52.44 | - |
| YUV | 101.28 | 179.2 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 192 | 0.86 | 0.36 | 0 | 0.25 | 205.3 | 0.76 | 0.43 |
| Hex | 1A | 7A | C0 | 56 | 24 | 0 | 19 | CD | 4C | 2B |
| Octal | 32 | 172 | 300 | 126 | 44 | 0 | 31 | 315 | 114 | 53 |
| Binary | 11010 | 1111010 | 11000000 | 1010110 | 100100 | 0 | 11001 | 11001101 | 1001100 | 101011 |
Color Harmonies of #1A7AC0
Complementary color
Monochromatic Colors of #1A7AC0
Black with #1A7AC0
Text Example
Text Example
White with #1A7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7AC0; }
p { color: rgb(26,122,192); }
H1.HeaderClassName
{
color: #1A7AC0;
}
.AnyTagClassName
{
color: #1A7AC0;
}
</style>
background-color css
<style>
a { background-color: #1A7AC0; }
a { background-color: rgb(26,122,192); }
div.DivClassName
{
background-color: #1A7AC0;
}
.BgClassName
{
background-color: #1A7AC0;
}
</style>
border-color css
<style>
span { border-color: #1A7AC0; }
span { border-color: rgb(26,122,192); }
td.TdClassName
{
border-color: #1A7AC0;
}
.TagClassName
{
border-color: #1A7AC0;
}
</style>