Shades of Denim #1A62DD
Tints of Denim #1A62DD
RGB
CMYK
RGB Variations
Color information
#1A62DD (or 0x1A62DD) is known color: Denim. HEX triplet: 1A, 62 and DD. RGB value is (26,98,221). Sum of RGB (Red+Green+Blue) = 26+98+221=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A62DD is #E59D22. Grayscale: #595959. Windows color (decimal): -15047971 or 14508570. OLE color: 14508570.
HSL color Cylindrical-coordinate representation of color #1A62DD: hue angle of 217.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A62DD is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 98 | 221 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.13 |
| HSL | 217.85º | 0.79% | 0.48% | - |
| HSV(B) | 217.85º | 0.88% | 0.87% | - |
| XYZ | 17.84 | 14.18 | 70.2 | - |
| YUV | 90.49 | 201.65 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 98 | 221 | 0.88 | 0.56 | 0 | 0.13 | 217.85 | 0.79 | 0.48 |
| Hex | 1A | 62 | DD | 58 | 38 | 0 | D | DA | 4F | 30 |
| Octal | 32 | 142 | 335 | 130 | 70 | 0 | 15 | 332 | 117 | 60 |
| Binary | 11010 | 1100010 | 11011101 | 1011000 | 111000 | 0 | 1101 | 11011010 | 1001111 | 110000 |
Color Harmonies of #1A62DD
Complementary color
Monochromatic Colors of #1A62DD
Black with #1A62DD
Text Example
Text Example
White with #1A62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A62DD; }
p { color: rgb(26,98,221); }
H1.HeaderClassName
{
color: #1A62DD;
}
.AnyTagClassName
{
color: #1A62DD;
}
</style>
background-color css
<style>
a { background-color: #1A62DD; }
a { background-color: rgb(26,98,221); }
div.DivClassName
{
background-color: #1A62DD;
}
.BgClassName
{
background-color: #1A62DD;
}
</style>
border-color css
<style>
span { border-color: #1A62DD; }
span { border-color: rgb(26,98,221); }
td.TdClassName
{
border-color: #1A62DD;
}
.TagClassName
{
border-color: #1A62DD;
}
</style>