Shades of Denim #1A54BC
Tints of Denim #1A54BC
RGB
CMYK
RGB Variations
Color information
#1A54BC (or 0x1A54BC) is known color: Denim. HEX triplet: 1A, 54 and BC. RGB value is (26,84,188). Sum of RGB (Red+Green+Blue) = 26+84+188=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A54BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54BC is #E5AB43. Grayscale: #4E4E4E. Windows color (decimal): -15051588 or 12342298. OLE color: 12342298.
HSL color Cylindrical-coordinate representation of color #1A54BC: hue angle of 218.52º 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 #1A54BC is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 84 | 188 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.26 |
| HSL | 218.52º | 0.76% | 0.42% | - |
| HSV(B) | 218.52º | 0.86% | 0.74% | - |
| XYZ | 12.67 | 10.19 | 48.88 | - |
| YUV | 78.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 188 | 0.86 | 0.55 | 0 | 0.26 | 218.52 | 0.76 | 0.42 |
| Hex | 1A | 54 | BC | 56 | 37 | 0 | 1A | DB | 4C | 2A |
| Octal | 32 | 124 | 274 | 126 | 67 | 0 | 32 | 333 | 114 | 52 |
| Binary | 11010 | 1010100 | 10111100 | 1010110 | 110111 | 0 | 11010 | 11011011 | 1001100 | 101010 |
Color Harmonies of #1A54BC
Complementary color
Monochromatic Colors of #1A54BC
Black with #1A54BC
Text Example
Text Example
White with #1A54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54BC; }
p { color: rgb(26,84,188); }
H1.HeaderClassName
{
color: #1A54BC;
}
.AnyTagClassName
{
color: #1A54BC;
}
</style>
background-color css
<style>
a { background-color: #1A54BC; }
a { background-color: rgb(26,84,188); }
div.DivClassName
{
background-color: #1A54BC;
}
.BgClassName
{
background-color: #1A54BC;
}
</style>
border-color css
<style>
span { border-color: #1A54BC; }
span { border-color: rgb(26,84,188); }
td.TdClassName
{
border-color: #1A54BC;
}
.TagClassName
{
border-color: #1A54BC;
}
</style>