Shades of Denim #1A75B5
Tints of Denim #1A75B5
RGB
CMYK
RGB Variations
Color information
#1A75B5 (or 0x1A75B5) is known color: Denim. HEX triplet: 1A, 75 and B5. RGB value is (26,117,181). Sum of RGB (Red+Green+Blue) = 26+117+181=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A75B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A75B5 is #E58A4A. Grayscale: #606060. Windows color (decimal): -15043147 or 11891994. OLE color: 11891994.
HSL color Cylindrical-coordinate representation of color #1A75B5: hue angle of 204.77º 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 #1A75B5 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 117 | 181 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.29 |
| HSL | 204.77º | 0.75% | 0.41% | - |
| HSV(B) | 204.77º | 0.86% | 0.71% | - |
| XYZ | 15.13 | 16.28 | 46.06 | - |
| YUV | 97.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 181 | 0.86 | 0.35 | 0 | 0.29 | 204.77 | 0.75 | 0.41 |
| Hex | 1A | 75 | B5 | 56 | 23 | 0 | 1D | CD | 4B | 29 |
| Octal | 32 | 165 | 265 | 126 | 43 | 0 | 35 | 315 | 113 | 51 |
| Binary | 11010 | 1110101 | 10110101 | 1010110 | 100011 | 0 | 11101 | 11001101 | 1001011 | 101001 |
Color Harmonies of #1A75B5
Complementary color
Monochromatic Colors of #1A75B5
Black with #1A75B5
Text Example
Text Example
White with #1A75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A75B5; }
p { color: rgb(26,117,181); }
H1.HeaderClassName
{
color: #1A75B5;
}
.AnyTagClassName
{
color: #1A75B5;
}
</style>
background-color css
<style>
a { background-color: #1A75B5; }
a { background-color: rgb(26,117,181); }
div.DivClassName
{
background-color: #1A75B5;
}
.BgClassName
{
background-color: #1A75B5;
}
</style>
border-color css
<style>
span { border-color: #1A75B5; }
span { border-color: rgb(26,117,181); }
td.TdClassName
{
border-color: #1A75B5;
}
.TagClassName
{
border-color: #1A75B5;
}
</style>