Shades of Denim #1A50AD
Tints of Denim #1A50AD
RGB
CMYK
RGB Variations
Color information
#1A50AD (or 0x1A50AD) is known color: Denim. HEX triplet: 1A, 50 and AD. RGB value is (26,80,173). Sum of RGB (Red+Green+Blue) = 26+80+173=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A50AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A50AD is #E5AF52. Grayscale: #4A4A4A. Windows color (decimal): -15052627 or 11358234. OLE color: 11358234.
HSL color Cylindrical-coordinate representation of color #1A50AD: hue angle of 217.96º 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 #1A50AD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 80 | 173 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.32 |
| HSL | 217.96º | 0.74% | 0.39% | - |
| HSV(B) | 217.96º | 0.85% | 0.68% | - |
| XYZ | 10.84 | 8.97 | 40.7 | - |
| YUV | 74.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 173 | 0.85 | 0.54 | 0 | 0.32 | 217.96 | 0.74 | 0.39 |
| Hex | 1A | 50 | AD | 55 | 36 | 0 | 20 | DA | 4A | 27 |
| Octal | 32 | 120 | 255 | 125 | 66 | 0 | 40 | 332 | 112 | 47 |
| Binary | 11010 | 1010000 | 10101101 | 1010101 | 110110 | 0 | 100000 | 11011010 | 1001010 | 100111 |
Color Harmonies of #1A50AD
Complementary color
Monochromatic Colors of #1A50AD
Black with #1A50AD
Text Example
Text Example
White with #1A50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50AD; }
p { color: rgb(26,80,173); }
H1.HeaderClassName
{
color: #1A50AD;
}
.AnyTagClassName
{
color: #1A50AD;
}
</style>
background-color css
<style>
a { background-color: #1A50AD; }
a { background-color: rgb(26,80,173); }
div.DivClassName
{
background-color: #1A50AD;
}
.BgClassName
{
background-color: #1A50AD;
}
</style>
border-color css
<style>
span { border-color: #1A50AD; }
span { border-color: rgb(26,80,173); }
td.TdClassName
{
border-color: #1A50AD;
}
.TagClassName
{
border-color: #1A50AD;
}
</style>