Shades of Denim #1A74BC
Tints of Denim #1A74BC
RGB
CMYK
RGB Variations
Color information
#1A74BC (or 0x1A74BC) is known color: Denim. HEX triplet: 1A, 74 and BC. RGB value is (26,116,188). Sum of RGB (Red+Green+Blue) = 26+116+188=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BC is #E58B43. Grayscale: #606060. Windows color (decimal): -15043396 or 12350490. OLE color: 12350490.
HSL color Cylindrical-coordinate representation of color #1A74BC: hue angle of 206.67º 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 #1A74BC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 116 | 188 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.26 |
| HSL | 206.67º | 0.76% | 0.42% | - |
| HSV(B) | 206.67º | 0.86% | 0.74% | - |
| XYZ | 15.75 | 16.34 | 49.9 | - |
| YUV | 97.3 | 179.18 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 188 | 0.86 | 0.38 | 0 | 0.26 | 206.67 | 0.76 | 0.42 |
| Hex | 1A | 74 | BC | 56 | 26 | 0 | 1A | CF | 4C | 2A |
| Octal | 32 | 164 | 274 | 126 | 46 | 0 | 32 | 317 | 114 | 52 |
| Binary | 11010 | 1110100 | 10111100 | 1010110 | 100110 | 0 | 11010 | 11001111 | 1001100 | 101010 |
Color Harmonies of #1A74BC
Complementary color
Monochromatic Colors of #1A74BC
Black with #1A74BC
Text Example
Text Example
White with #1A74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A74BC; }
p { color: rgb(26,116,188); }
H1.HeaderClassName
{
color: #1A74BC;
}
.AnyTagClassName
{
color: #1A74BC;
}
</style>
background-color css
<style>
a { background-color: #1A74BC; }
a { background-color: rgb(26,116,188); }
div.DivClassName
{
background-color: #1A74BC;
}
.BgClassName
{
background-color: #1A74BC;
}
</style>
border-color css
<style>
span { border-color: #1A74BC; }
span { border-color: rgb(26,116,188); }
td.TdClassName
{
border-color: #1A74BC;
}
.TagClassName
{
border-color: #1A74BC;
}
</style>