Shades of Denim #1A62AD
Tints of Denim #1A62AD
RGB
CMYK
RGB Variations
Color information
#1A62AD (or 0x1A62AD) is known color: Denim. HEX triplet: 1A, 62 and AD. RGB value is (26,98,173). Sum of RGB (Red+Green+Blue) = 26+98+173=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A62AD is #E59D52. Grayscale: #545454. Windows color (decimal): -15048019 or 11362842. OLE color: 11362842.
HSL color Cylindrical-coordinate representation of color #1A62AD: hue angle of 210.61º 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 #1A62AD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 98 | 173 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.32 |
| HSL | 210.61º | 0.74% | 0.39% | - |
| HSV(B) | 210.61º | 0.85% | 0.68% | - |
| XYZ | 12.34 | 11.97 | 41.2 | - |
| YUV | 85.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 173 | 0.85 | 0.43 | 0 | 0.32 | 210.61 | 0.74 | 0.39 |
| Hex | 1A | 62 | AD | 55 | 2B | 0 | 20 | D3 | 4A | 27 |
| Octal | 32 | 142 | 255 | 125 | 53 | 0 | 40 | 323 | 112 | 47 |
| Binary | 11010 | 1100010 | 10101101 | 1010101 | 101011 | 0 | 100000 | 11010011 | 1001010 | 100111 |
Color Harmonies of #1A62AD
Complementary color
Monochromatic Colors of #1A62AD
Black with #1A62AD
Text Example
Text Example
White with #1A62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A62AD; }
p { color: rgb(26,98,173); }
H1.HeaderClassName
{
color: #1A62AD;
}
.AnyTagClassName
{
color: #1A62AD;
}
</style>
background-color css
<style>
a { background-color: #1A62AD; }
a { background-color: rgb(26,98,173); }
div.DivClassName
{
background-color: #1A62AD;
}
.BgClassName
{
background-color: #1A62AD;
}
</style>
border-color css
<style>
span { border-color: #1A62AD; }
span { border-color: rgb(26,98,173); }
td.TdClassName
{
border-color: #1A62AD;
}
.TagClassName
{
border-color: #1A62AD;
}
</style>