Shades of Denim #1A6ED3
Tints of Denim #1A6ED3
RGB
CMYK
RGB Variations
Color information
#1A6ED3 (or 0x1A6ED3) is known color: Denim. HEX triplet: 1A, 6E and D3. RGB value is (26,110,211). Sum of RGB (Red+Green+Blue) = 26+110+211=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 211 (82.81% from 255 or 60.81% from 347); Max value from RGB is 211 - color contains mainly: blue. Hex color #1A6ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ED3 is #E5912C. Grayscale: #5F5F5F. Windows color (decimal): -15044909 or 13856282. OLE color: 13856282.
HSL color Cylindrical-coordinate representation of color #1A6ED3: hue angle of 212.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6ED3 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 110 | 211 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.17 |
| HSL | 212.76º | 0.78% | 0.46% | - |
| HSV(B) | 212.76º | 0.88% | 0.83% | - |
| XYZ | 17.76 | 16.07 | 63.79 | - |
| YUV | 96.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 211 | 0.88 | 0.48 | 0 | 0.17 | 212.76 | 0.78 | 0.46 |
| Hex | 1A | 6E | D3 | 58 | 30 | 0 | 11 | D5 | 4E | 2E |
| Octal | 32 | 156 | 323 | 130 | 60 | 0 | 21 | 325 | 116 | 56 |
| Binary | 11010 | 1101110 | 11010011 | 1011000 | 110000 | 0 | 10001 | 11010101 | 1001110 | 101110 |
Color Harmonies of #1A6ED3
Complementary color
Monochromatic Colors of #1A6ED3
Black with #1A6ED3
Text Example
Text Example
White with #1A6ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6ED3; }
p { color: rgb(26,110,211); }
H1.HeaderClassName
{
color: #1A6ED3;
}
.AnyTagClassName
{
color: #1A6ED3;
}
</style>
background-color css
<style>
a { background-color: #1A6ED3; }
a { background-color: rgb(26,110,211); }
div.DivClassName
{
background-color: #1A6ED3;
}
.BgClassName
{
background-color: #1A6ED3;
}
</style>
border-color css
<style>
span { border-color: #1A6ED3; }
span { border-color: rgb(26,110,211); }
td.TdClassName
{
border-color: #1A6ED3;
}
.TagClassName
{
border-color: #1A6ED3;
}
</style>