Shades of Denim #1A64DB
Tints of Denim #1A64DB
RGB
CMYK
RGB Variations
Color information
#1A64DB (or 0x1A64DB) is known color: Denim. HEX triplet: 1A, 64 and DB. RGB value is (26,100,219). Sum of RGB (Red+Green+Blue) = 26+100+219=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A64DB is #E59B24. Grayscale: #5A5A5A. Windows color (decimal): -15047461 or 14378010. OLE color: 14378010.
HSL color Cylindrical-coordinate representation of color #1A64DB: hue angle of 216.99º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A64DB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 100 | 219 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.14 |
| HSL | 216.99º | 0.79% | 0.48% | - |
| HSV(B) | 216.99º | 0.88% | 0.86% | - |
| XYZ | 17.77 | 14.45 | 68.87 | - |
| YUV | 91.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 219 | 0.88 | 0.54 | 0 | 0.14 | 216.99 | 0.79 | 0.48 |
| Hex | 1A | 64 | DB | 58 | 36 | 0 | E | D9 | 4F | 30 |
| Octal | 32 | 144 | 333 | 130 | 66 | 0 | 16 | 331 | 117 | 60 |
| Binary | 11010 | 1100100 | 11011011 | 1011000 | 110110 | 0 | 1110 | 11011001 | 1001111 | 110000 |
Color Harmonies of #1A64DB
Complementary color
Monochromatic Colors of #1A64DB
Black with #1A64DB
Text Example
Text Example
White with #1A64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A64DB; }
p { color: rgb(26,100,219); }
H1.HeaderClassName
{
color: #1A64DB;
}
.AnyTagClassName
{
color: #1A64DB;
}
</style>
background-color css
<style>
a { background-color: #1A64DB; }
a { background-color: rgb(26,100,219); }
div.DivClassName
{
background-color: #1A64DB;
}
.BgClassName
{
background-color: #1A64DB;
}
</style>
border-color css
<style>
span { border-color: #1A64DB; }
span { border-color: rgb(26,100,219); }
td.TdClassName
{
border-color: #1A64DB;
}
.TagClassName
{
border-color: #1A64DB;
}
</style>