Shades of Denim #1A6ACB
Tints of Denim #1A6ACB
RGB
CMYK
RGB Variations
Color information
#1A6ACB (or 0x1A6ACB) is known color: Denim. HEX triplet: 1A, 6A and CB. RGB value is (26,106,203). Sum of RGB (Red+Green+Blue) = 26+106+203=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ACB is #E59534. Grayscale: #5C5C5C. Windows color (decimal): -15045941 or 13330970. OLE color: 13330970.
HSL color Cylindrical-coordinate representation of color #1A6ACB: hue angle of 212.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A6ACB is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 106 | 203 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.20 |
| HSL | 212.88º | 0.77% | 0.45% | - |
| HSV(B) | 212.88º | 0.87% | 0.8% | - |
| XYZ | 16.36 | 14.84 | 58.5 | - |
| YUV | 93.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 203 | 0.87 | 0.48 | 0 | 0.20 | 212.88 | 0.77 | 0.45 |
| Hex | 1A | 6A | CB | 57 | 30 | 0 | 14 | D5 | 4D | 2D |
| Octal | 32 | 152 | 313 | 127 | 60 | 0 | 24 | 325 | 115 | 55 |
| Binary | 11010 | 1101010 | 11001011 | 1010111 | 110000 | 0 | 10100 | 11010101 | 1001101 | 101101 |
Color Harmonies of #1A6ACB
Complementary color
Monochromatic Colors of #1A6ACB
Black with #1A6ACB
Text Example
Text Example
White with #1A6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6ACB; }
p { color: rgb(26,106,203); }
H1.HeaderClassName
{
color: #1A6ACB;
}
.AnyTagClassName
{
color: #1A6ACB;
}
</style>
background-color css
<style>
a { background-color: #1A6ACB; }
a { background-color: rgb(26,106,203); }
div.DivClassName
{
background-color: #1A6ACB;
}
.BgClassName
{
background-color: #1A6ACB;
}
</style>
border-color css
<style>
span { border-color: #1A6ACB; }
span { border-color: rgb(26,106,203); }
td.TdClassName
{
border-color: #1A6ACB;
}
.TagClassName
{
border-color: #1A6ACB;
}
</style>