Shades of Denim #1A6FBC
Tints of Denim #1A6FBC
RGB
CMYK
RGB Variations
Color information
#1A6FBC (or 0x1A6FBC) is known color: Denim. HEX triplet: 1A, 6F and BC. RGB value is (26,111,188). Sum of RGB (Red+Green+Blue) = 26+111+188=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A6FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6FBC is #E59043. Grayscale: #5D5D5D. Windows color (decimal): -15044676 or 12349210. OLE color: 12349210.
HSL color Cylindrical-coordinate representation of color #1A6FBC: hue angle of 208.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6FBC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 111 | 188 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.26 |
| HSL | 208.52º | 0.76% | 0.42% | - |
| HSV(B) | 208.52º | 0.86% | 0.74% | - |
| XYZ | 15.19 | 15.22 | 49.71 | - |
| YUV | 94.36 | 180.84 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 111 | 188 | 0.86 | 0.41 | 0 | 0.26 | 208.52 | 0.76 | 0.42 |
| Hex | 1A | 6F | BC | 56 | 29 | 0 | 1A | D1 | 4C | 2A |
| Octal | 32 | 157 | 274 | 126 | 51 | 0 | 32 | 321 | 114 | 52 |
| Binary | 11010 | 1101111 | 10111100 | 1010110 | 101001 | 0 | 11010 | 11010001 | 1001100 | 101010 |
Color Harmonies of #1A6FBC
Complementary color
Monochromatic Colors of #1A6FBC
Black with #1A6FBC
Text Example
Text Example
White with #1A6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6FBC; }
p { color: rgb(26,111,188); }
H1.HeaderClassName
{
color: #1A6FBC;
}
.AnyTagClassName
{
color: #1A6FBC;
}
</style>
background-color css
<style>
a { background-color: #1A6FBC; }
a { background-color: rgb(26,111,188); }
div.DivClassName
{
background-color: #1A6FBC;
}
.BgClassName
{
background-color: #1A6FBC;
}
</style>
border-color css
<style>
span { border-color: #1A6FBC; }
span { border-color: rgb(26,111,188); }
td.TdClassName
{
border-color: #1A6FBC;
}
.TagClassName
{
border-color: #1A6FBC;
}
</style>