Shades of Denim #1A56BB
Tints of Denim #1A56BB
RGB
CMYK
RGB Variations
Color information
#1A56BB (or 0x1A56BB) is known color: Denim. HEX triplet: 1A, 56 and BB. RGB value is (26,86,187). Sum of RGB (Red+Green+Blue) = 26+86+187=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A56BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A56BB is #E5A944. Grayscale: #4F4F4F. Windows color (decimal): -15051077 or 12277274. OLE color: 12277274.
HSL color Cylindrical-coordinate representation of color #1A56BB: hue angle of 217.64º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A56BB is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 86 | 187 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.27 |
| HSL | 217.64º | 0.76% | 0.42% | - |
| HSV(B) | 217.64º | 0.86% | 0.73% | - |
| XYZ | 12.72 | 10.46 | 48.36 | - |
| YUV | 79.57 | 188.62 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 187 | 0.86 | 0.54 | 0 | 0.27 | 217.64 | 0.76 | 0.42 |
| Hex | 1A | 56 | BB | 56 | 36 | 0 | 1B | DA | 4C | 2A |
| Octal | 32 | 126 | 273 | 126 | 66 | 0 | 33 | 332 | 114 | 52 |
| Binary | 11010 | 1010110 | 10111011 | 1010110 | 110110 | 0 | 11011 | 11011010 | 1001100 | 101010 |
Color Harmonies of #1A56BB
Complementary color
Monochromatic Colors of #1A56BB
Black with #1A56BB
Text Example
Text Example
White with #1A56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A56BB; }
p { color: rgb(26,86,187); }
H1.HeaderClassName
{
color: #1A56BB;
}
.AnyTagClassName
{
color: #1A56BB;
}
</style>
background-color css
<style>
a { background-color: #1A56BB; }
a { background-color: rgb(26,86,187); }
div.DivClassName
{
background-color: #1A56BB;
}
.BgClassName
{
background-color: #1A56BB;
}
</style>
border-color css
<style>
span { border-color: #1A56BB; }
span { border-color: rgb(26,86,187); }
td.TdClassName
{
border-color: #1A56BB;
}
.TagClassName
{
border-color: #1A56BB;
}
</style>