Shades of Denim #1A6FB6
Tints of Denim #1A6FB6
RGB
CMYK
RGB Variations
Color information
#1A6FB6 (or 0x1A6FB6) is known color: Denim. HEX triplet: 1A, 6F and B6. RGB value is (26,111,182). Sum of RGB (Red+Green+Blue) = 26+111+182=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 182 (71.48% from 255 or 57.05% from 319); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A6FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6FB6 is #E59049. Grayscale: #5D5D5D. Windows color (decimal): -15044682 or 11955994. OLE color: 11955994.
HSL color Cylindrical-coordinate representation of color #1A6FB6: hue angle of 207.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6FB6 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 111 | 182 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.29 |
| HSL | 207.31º | 0.75% | 0.41% | - |
| HSV(B) | 207.31º | 0.86% | 0.71% | - |
| XYZ | 14.55 | 14.97 | 46.38 | - |
| YUV | 93.68 | 177.84 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 111 | 182 | 0.86 | 0.39 | 0 | 0.29 | 207.31 | 0.75 | 0.41 |
| Hex | 1A | 6F | B6 | 56 | 27 | 0 | 1D | CF | 4B | 29 |
| Octal | 32 | 157 | 266 | 126 | 47 | 0 | 35 | 317 | 113 | 51 |
| Binary | 11010 | 1101111 | 10110110 | 1010110 | 100111 | 0 | 11101 | 11001111 | 1001011 | 101001 |
Color Harmonies of #1A6FB6
Complementary color
Monochromatic Colors of #1A6FB6
Black with #1A6FB6
Text Example
Text Example
White with #1A6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6FB6; }
p { color: rgb(26,111,182); }
H1.HeaderClassName
{
color: #1A6FB6;
}
.AnyTagClassName
{
color: #1A6FB6;
}
</style>
background-color css
<style>
a { background-color: #1A6FB6; }
a { background-color: rgb(26,111,182); }
div.DivClassName
{
background-color: #1A6FB6;
}
.BgClassName
{
background-color: #1A6FB6;
}
</style>
border-color css
<style>
span { border-color: #1A6FB6; }
span { border-color: rgb(26,111,182); }
td.TdClassName
{
border-color: #1A6FB6;
}
.TagClassName
{
border-color: #1A6FB6;
}
</style>