Shades of Denim #1A65DB
Tints of Denim #1A65DB
RGB
CMYK
RGB Variations
Color information
#1A65DB (or 0x1A65DB) is known color: Denim. HEX triplet: 1A, 65 and DB. RGB value is (26,101,219). Sum of RGB (Red+Green+Blue) = 26+101+219=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A65DB is #E59A24. Grayscale: #5B5B5B. Windows color (decimal): -15047205 or 14378266. OLE color: 14378266.
HSL color Cylindrical-coordinate representation of color #1A65DB: hue angle of 216.68º 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 #1A65DB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 101 | 219 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.14 |
| HSL | 216.68º | 0.79% | 0.48% | - |
| HSV(B) | 216.68º | 0.88% | 0.86% | - |
| XYZ | 17.87 | 14.64 | 68.9 | - |
| YUV | 92.03 | 199.65 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 101 | 219 | 0.88 | 0.54 | 0 | 0.14 | 216.68 | 0.79 | 0.48 |
| Hex | 1A | 65 | DB | 58 | 36 | 0 | E | D9 | 4F | 30 |
| Octal | 32 | 145 | 333 | 130 | 66 | 0 | 16 | 331 | 117 | 60 |
| Binary | 11010 | 1100101 | 11011011 | 1011000 | 110110 | 0 | 1110 | 11011001 | 1001111 | 110000 |
Color Harmonies of #1A65DB
Complementary color
Monochromatic Colors of #1A65DB
Black with #1A65DB
Text Example
Text Example
White with #1A65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A65DB; }
p { color: rgb(26,101,219); }
H1.HeaderClassName
{
color: #1A65DB;
}
.AnyTagClassName
{
color: #1A65DB;
}
</style>
background-color css
<style>
a { background-color: #1A65DB; }
a { background-color: rgb(26,101,219); }
div.DivClassName
{
background-color: #1A65DB;
}
.BgClassName
{
background-color: #1A65DB;
}
</style>
border-color css
<style>
span { border-color: #1A65DB; }
span { border-color: rgb(26,101,219); }
td.TdClassName
{
border-color: #1A65DB;
}
.TagClassName
{
border-color: #1A65DB;
}
</style>