Shades of Denim #1A56AD
Tints of Denim #1A56AD
RGB
CMYK
RGB Variations
Color information
#1A56AD (or 0x1A56AD) is known color: Denim. HEX triplet: 1A, 56 and AD. RGB value is (26,86,173). Sum of RGB (Red+Green+Blue) = 26+86+173=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A56AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A56AD is #E5A952. Grayscale: #4D4D4D. Windows color (decimal): -15051091 or 11359770. OLE color: 11359770.
HSL color Cylindrical-coordinate representation of color #1A56AD: hue angle of 215.51º 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 #1A56AD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 86 | 173 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.32 |
| HSL | 215.51º | 0.74% | 0.39% | - |
| HSV(B) | 215.51º | 0.85% | 0.68% | - |
| XYZ | 11.3 | 9.89 | 40.85 | - |
| YUV | 77.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 173 | 0.85 | 0.50 | 0 | 0.32 | 215.51 | 0.74 | 0.39 |
| Hex | 1A | 56 | AD | 55 | 32 | 0 | 20 | D8 | 4A | 27 |
| Octal | 32 | 126 | 255 | 125 | 62 | 0 | 40 | 330 | 112 | 47 |
| Binary | 11010 | 1010110 | 10101101 | 1010101 | 110010 | 0 | 100000 | 11011000 | 1001010 | 100111 |
Color Harmonies of #1A56AD
Complementary color
Monochromatic Colors of #1A56AD
Black with #1A56AD
Text Example
Text Example
White with #1A56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A56AD; }
p { color: rgb(26,86,173); }
H1.HeaderClassName
{
color: #1A56AD;
}
.AnyTagClassName
{
color: #1A56AD;
}
</style>
background-color css
<style>
a { background-color: #1A56AD; }
a { background-color: rgb(26,86,173); }
div.DivClassName
{
background-color: #1A56AD;
}
.BgClassName
{
background-color: #1A56AD;
}
</style>
border-color css
<style>
span { border-color: #1A56AD; }
span { border-color: rgb(26,86,173); }
td.TdClassName
{
border-color: #1A56AD;
}
.TagClassName
{
border-color: #1A56AD;
}
</style>