Shades of Denim #1B6AAB
Tints of Denim #1B6AAB
RGB
CMYK
RGB Variations
Color information
#1B6AAB (or 0x1B6AAB) is known color: Denim. HEX triplet: 1B, 6A and AB. RGB value is (27,106,171). Sum of RGB (Red+Green+Blue) = 27+106+171=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6AAB is #E49554. Grayscale: #595959. Windows color (decimal): -14980437 or 11233819. OLE color: 11233819.
HSL color Cylindrical-coordinate representation of color #1B6AAB: hue angle of 207.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6AAB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 106 | 171 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.33 |
| HSL | 207.08º | 0.73% | 0.39% | - |
| HSV(B) | 207.08º | 0.84% | 0.67% | - |
| XYZ | 12.96 | 13.48 | 40.45 | - |
| YUV | 89.79 | 173.83 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 171 | 0.84 | 0.38 | 0 | 0.33 | 207.08 | 0.73 | 0.39 |
| Hex | 1B | 6A | AB | 54 | 26 | 0 | 21 | CF | 49 | 27 |
| Octal | 33 | 152 | 253 | 124 | 46 | 0 | 41 | 317 | 111 | 47 |
| Binary | 11011 | 1101010 | 10101011 | 1010100 | 100110 | 0 | 100001 | 11001111 | 1001001 | 100111 |
Color Harmonies of #1B6AAB
Complementary color
Monochromatic Colors of #1B6AAB
Black with #1B6AAB
Text Example
Text Example
White with #1B6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6AAB; }
p { color: rgb(27,106,171); }
H1.HeaderClassName
{
color: #1B6AAB;
}
.AnyTagClassName
{
color: #1B6AAB;
}
</style>
background-color css
<style>
a { background-color: #1B6AAB; }
a { background-color: rgb(27,106,171); }
div.DivClassName
{
background-color: #1B6AAB;
}
.BgClassName
{
background-color: #1B6AAB;
}
</style>
border-color css
<style>
span { border-color: #1B6AAB; }
span { border-color: rgb(27,106,171); }
td.TdClassName
{
border-color: #1B6AAB;
}
.TagClassName
{
border-color: #1B6AAB;
}
</style>