Shades of Denim #1A52AD
Tints of Denim #1A52AD
RGB
CMYK
RGB Variations
Color information
#1A52AD (or 0x1A52AD) is known color: Denim. HEX triplet: 1A, 52 and AD. RGB value is (26,82,173). Sum of RGB (Red+Green+Blue) = 26+82+173=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A52AD is #E5AD52. Grayscale: #4B4B4B. Windows color (decimal): -15052115 or 11358746. OLE color: 11358746.
HSL color Cylindrical-coordinate representation of color #1A52AD: hue angle of 217.14º 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 #1A52AD is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 82 | 173 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.32 |
| HSL | 217.14º | 0.74% | 0.39% | - |
| HSV(B) | 217.14º | 0.85% | 0.68% | - |
| XYZ | 10.99 | 9.27 | 40.75 | - |
| YUV | 75.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 173 | 0.85 | 0.53 | 0 | 0.32 | 217.14 | 0.74 | 0.39 |
| Hex | 1A | 52 | AD | 55 | 35 | 0 | 20 | D9 | 4A | 27 |
| Octal | 32 | 122 | 255 | 125 | 65 | 0 | 40 | 331 | 112 | 47 |
| Binary | 11010 | 1010010 | 10101101 | 1010101 | 110101 | 0 | 100000 | 11011001 | 1001010 | 100111 |
Color Harmonies of #1A52AD
Complementary color
Monochromatic Colors of #1A52AD
Black with #1A52AD
Text Example
Text Example
White with #1A52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A52AD; }
p { color: rgb(26,82,173); }
H1.HeaderClassName
{
color: #1A52AD;
}
.AnyTagClassName
{
color: #1A52AD;
}
</style>
background-color css
<style>
a { background-color: #1A52AD; }
a { background-color: rgb(26,82,173); }
div.DivClassName
{
background-color: #1A52AD;
}
.BgClassName
{
background-color: #1A52AD;
}
</style>
border-color css
<style>
span { border-color: #1A52AD; }
span { border-color: rgb(26,82,173); }
td.TdClassName
{
border-color: #1A52AD;
}
.TagClassName
{
border-color: #1A52AD;
}
</style>