Shades of Denim #1A64AD
Tints of Denim #1A64AD
RGB
CMYK
RGB Variations
Color information
#1A64AD (or 0x1A64AD) is known color: Denim. HEX triplet: 1A, 64 and AD. RGB value is (26,100,173). Sum of RGB (Red+Green+Blue) = 26+100+173=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A64AD is #E59B52. Grayscale: #555555. Windows color (decimal): -15047507 or 11363354. OLE color: 11363354.
HSL color Cylindrical-coordinate representation of color #1A64AD: hue angle of 209.8º 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 #1A64AD is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 100 | 173 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.32 |
| HSL | 209.8º | 0.74% | 0.39% | - |
| HSV(B) | 209.8º | 0.85% | 0.68% | - |
| XYZ | 12.53 | 12.35 | 41.26 | - |
| YUV | 86.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 173 | 0.85 | 0.42 | 0 | 0.32 | 209.8 | 0.74 | 0.39 |
| Hex | 1A | 64 | AD | 55 | 2A | 0 | 20 | D2 | 4A | 27 |
| Octal | 32 | 144 | 255 | 125 | 52 | 0 | 40 | 322 | 112 | 47 |
| Binary | 11010 | 1100100 | 10101101 | 1010101 | 101010 | 0 | 100000 | 11010010 | 1001010 | 100111 |
Color Harmonies of #1A64AD
Complementary color
Monochromatic Colors of #1A64AD
Black with #1A64AD
Text Example
Text Example
White with #1A64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A64AD; }
p { color: rgb(26,100,173); }
H1.HeaderClassName
{
color: #1A64AD;
}
.AnyTagClassName
{
color: #1A64AD;
}
</style>
background-color css
<style>
a { background-color: #1A64AD; }
a { background-color: rgb(26,100,173); }
div.DivClassName
{
background-color: #1A64AD;
}
.BgClassName
{
background-color: #1A64AD;
}
</style>
border-color css
<style>
span { border-color: #1A64AD; }
span { border-color: rgb(26,100,173); }
td.TdClassName
{
border-color: #1A64AD;
}
.TagClassName
{
border-color: #1A64AD;
}
</style>