Shades of Denim #1A63AD
Tints of Denim #1A63AD
RGB
CMYK
RGB Variations
Color information
#1A63AD (or 0x1A63AD) is known color: Denim. HEX triplet: 1A, 63 and AD. RGB value is (26,99,173). Sum of RGB (Red+Green+Blue) = 26+99+173=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A63AD is #E59C52. Grayscale: #555555. Windows color (decimal): -15047763 or 11363098. OLE color: 11363098.
HSL color Cylindrical-coordinate representation of color #1A63AD: hue angle of 210.2º 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 #1A63AD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 99 | 173 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.32 |
| HSL | 210.2º | 0.74% | 0.39% | - |
| HSV(B) | 210.2º | 0.85% | 0.68% | - |
| XYZ | 12.43 | 12.16 | 41.23 | - |
| YUV | 85.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 173 | 0.85 | 0.43 | 0 | 0.32 | 210.2 | 0.74 | 0.39 |
| Hex | 1A | 63 | AD | 55 | 2B | 0 | 20 | D2 | 4A | 27 |
| Octal | 32 | 143 | 255 | 125 | 53 | 0 | 40 | 322 | 112 | 47 |
| Binary | 11010 | 1100011 | 10101101 | 1010101 | 101011 | 0 | 100000 | 11010010 | 1001010 | 100111 |
Color Harmonies of #1A63AD
Complementary color
Monochromatic Colors of #1A63AD
Black with #1A63AD
Text Example
Text Example
White with #1A63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A63AD; }
p { color: rgb(26,99,173); }
H1.HeaderClassName
{
color: #1A63AD;
}
.AnyTagClassName
{
color: #1A63AD;
}
</style>
background-color css
<style>
a { background-color: #1A63AD; }
a { background-color: rgb(26,99,173); }
div.DivClassName
{
background-color: #1A63AD;
}
.BgClassName
{
background-color: #1A63AD;
}
</style>
border-color css
<style>
span { border-color: #1A63AD; }
span { border-color: rgb(26,99,173); }
td.TdClassName
{
border-color: #1A63AD;
}
.TagClassName
{
border-color: #1A63AD;
}
</style>