Shades of Denim #1A74BA
Tints of Denim #1A74BA
RGB
CMYK
RGB Variations
Color information
#1A74BA (or 0x1A74BA) is known color: Denim. HEX triplet: 1A, 74 and BA. RGB value is (26,116,186). Sum of RGB (Red+Green+Blue) = 26+116+186=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BA is #E58B45. Grayscale: #606060. Windows color (decimal): -15043398 or 12219418. OLE color: 12219418.
HSL color Cylindrical-coordinate representation of color #1A74BA: hue angle of 206.25º degrees, saturation: 0.75, 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 #1A74BA is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 116 | 186 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.27 |
| HSL | 206.25º | 0.75% | 0.42% | - |
| HSV(B) | 206.25º | 0.86% | 0.73% | - |
| XYZ | 15.53 | 16.26 | 48.77 | - |
| YUV | 97.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 186 | 0.86 | 0.38 | 0 | 0.27 | 206.25 | 0.75 | 0.42 |
| Hex | 1A | 74 | BA | 56 | 26 | 0 | 1B | CE | 4B | 2A |
| Octal | 32 | 164 | 272 | 126 | 46 | 0 | 33 | 316 | 113 | 52 |
| Binary | 11010 | 1110100 | 10111010 | 1010110 | 100110 | 0 | 11011 | 11001110 | 1001011 | 101010 |
Color Harmonies of #1A74BA
Complementary color
Monochromatic Colors of #1A74BA
Black with #1A74BA
Text Example
Text Example
White with #1A74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A74BA; }
p { color: rgb(26,116,186); }
H1.HeaderClassName
{
color: #1A74BA;
}
.AnyTagClassName
{
color: #1A74BA;
}
</style>
background-color css
<style>
a { background-color: #1A74BA; }
a { background-color: rgb(26,116,186); }
div.DivClassName
{
background-color: #1A74BA;
}
.BgClassName
{
background-color: #1A74BA;
}
</style>
border-color css
<style>
span { border-color: #1A74BA; }
span { border-color: rgb(26,116,186); }
td.TdClassName
{
border-color: #1A74BA;
}
.TagClassName
{
border-color: #1A74BA;
}
</style>