Shades of Denim #1A7DBD
Tints of Denim #1A7DBD
RGB
CMYK
RGB Variations
Color information
#1A7DBD (or 0x1A7DBD) is known color: Denim. HEX triplet: 1A, 7D and BD. RGB value is (26,125,189). Sum of RGB (Red+Green+Blue) = 26+125+189=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A7DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DBD is #E58242. Grayscale: #666666. Windows color (decimal): -15041091 or 12418330. OLE color: 12418330.
HSL color Cylindrical-coordinate representation of color #1A7DBD: hue angle of 203.56º 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 #1A7DBD is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 125 | 189 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.26 |
| HSL | 203.56º | 0.76% | 0.42% | - |
| HSV(B) | 203.56º | 0.86% | 0.74% | - |
| XYZ | 16.94 | 18.56 | 50.83 | - |
| YUV | 102.7 | 176.7 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 189 | 0.86 | 0.34 | 0 | 0.26 | 203.56 | 0.76 | 0.42 |
| Hex | 1A | 7D | BD | 56 | 22 | 0 | 1A | CC | 4C | 2A |
| Octal | 32 | 175 | 275 | 126 | 42 | 0 | 32 | 314 | 114 | 52 |
| Binary | 11010 | 1111101 | 10111101 | 1010110 | 100010 | 0 | 11010 | 11001100 | 1001100 | 101010 |
Color Harmonies of #1A7DBD
Complementary color
Monochromatic Colors of #1A7DBD
Black with #1A7DBD
Text Example
Text Example
White with #1A7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DBD; }
p { color: rgb(26,125,189); }
H1.HeaderClassName
{
color: #1A7DBD;
}
.AnyTagClassName
{
color: #1A7DBD;
}
</style>
background-color css
<style>
a { background-color: #1A7DBD; }
a { background-color: rgb(26,125,189); }
div.DivClassName
{
background-color: #1A7DBD;
}
.BgClassName
{
background-color: #1A7DBD;
}
</style>
border-color css
<style>
span { border-color: #1A7DBD; }
span { border-color: rgb(26,125,189); }
td.TdClassName
{
border-color: #1A7DBD;
}
.TagClassName
{
border-color: #1A7DBD;
}
</style>