Shades of Denim #1A70B5
Tints of Denim #1A70B5
RGB
CMYK
RGB Variations
Color information
#1A70B5 (or 0x1A70B5) is known color: Denim. HEX triplet: 1A, 70 and B5. RGB value is (26,112,181). Sum of RGB (Red+Green+Blue) = 26+112+181=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A70B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A70B5 is #E58F4A. Grayscale: #5D5D5D. Windows color (decimal): -15044427 or 11890714. OLE color: 11890714.
HSL color Cylindrical-coordinate representation of color #1A70B5: hue angle of 206.71º 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 #1A70B5 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 112 | 181 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.29 |
| HSL | 206.71º | 0.75% | 0.41% | - |
| HSV(B) | 206.71º | 0.86% | 0.71% | - |
| XYZ | 14.56 | 15.14 | 45.87 | - |
| YUV | 94.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 181 | 0.86 | 0.38 | 0 | 0.29 | 206.71 | 0.75 | 0.41 |
| Hex | 1A | 70 | B5 | 56 | 26 | 0 | 1D | CF | 4B | 29 |
| Octal | 32 | 160 | 265 | 126 | 46 | 0 | 35 | 317 | 113 | 51 |
| Binary | 11010 | 1110000 | 10110101 | 1010110 | 100110 | 0 | 11101 | 11001111 | 1001011 | 101001 |
Color Harmonies of #1A70B5
Complementary color
Monochromatic Colors of #1A70B5
Black with #1A70B5
Text Example
Text Example
White with #1A70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A70B5; }
p { color: rgb(26,112,181); }
H1.HeaderClassName
{
color: #1A70B5;
}
.AnyTagClassName
{
color: #1A70B5;
}
</style>
background-color css
<style>
a { background-color: #1A70B5; }
a { background-color: rgb(26,112,181); }
div.DivClassName
{
background-color: #1A70B5;
}
.BgClassName
{
background-color: #1A70B5;
}
</style>
border-color css
<style>
span { border-color: #1A70B5; }
span { border-color: rgb(26,112,181); }
td.TdClassName
{
border-color: #1A70B5;
}
.TagClassName
{
border-color: #1A70B5;
}
</style>