Shades of Denim #1A6DBF
Tints of Denim #1A6DBF
RGB
CMYK
RGB Variations
Color information
#1A6DBF (or 0x1A6DBF) is known color: Denim. HEX triplet: 1A, 6D and BF. RGB value is (26,109,191). Sum of RGB (Red+Green+Blue) = 26+109+191=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A6DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6DBF is #E59240. Grayscale: #5D5D5D. Windows color (decimal): -15045185 or 12545306. OLE color: 12545306.
HSL color Cylindrical-coordinate representation of color #1A6DBF: hue angle of 209.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6DBF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 109 | 191 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.25 |
| HSL | 209.82º | 0.76% | 0.43% | - |
| HSV(B) | 209.82º | 0.86% | 0.75% | - |
| XYZ | 15.3 | 14.92 | 51.36 | - |
| YUV | 93.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 191 | 0.86 | 0.43 | 0 | 0.25 | 209.82 | 0.76 | 0.43 |
| Hex | 1A | 6D | BF | 56 | 2B | 0 | 19 | D2 | 4C | 2B |
| Octal | 32 | 155 | 277 | 126 | 53 | 0 | 31 | 322 | 114 | 53 |
| Binary | 11010 | 1101101 | 10111111 | 1010110 | 101011 | 0 | 11001 | 11010010 | 1001100 | 101011 |
Color Harmonies of #1A6DBF
Complementary color
Monochromatic Colors of #1A6DBF
Black with #1A6DBF
Text Example
Text Example
White with #1A6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6DBF; }
p { color: rgb(26,109,191); }
H1.HeaderClassName
{
color: #1A6DBF;
}
.AnyTagClassName
{
color: #1A6DBF;
}
</style>
background-color css
<style>
a { background-color: #1A6DBF; }
a { background-color: rgb(26,109,191); }
div.DivClassName
{
background-color: #1A6DBF;
}
.BgClassName
{
background-color: #1A6DBF;
}
</style>
border-color css
<style>
span { border-color: #1A6DBF; }
span { border-color: rgb(26,109,191); }
td.TdClassName
{
border-color: #1A6DBF;
}
.TagClassName
{
border-color: #1A6DBF;
}
</style>