Shades of Denim #1A54C0
Tints of Denim #1A54C0
RGB
CMYK
RGB Variations
Color information
#1A54C0 (or 0x1A54C0) is known color: Denim. HEX triplet: 1A, 54 and C0. RGB value is (26,84,192). Sum of RGB (Red+Green+Blue) = 26+84+192=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #1A54C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54C0 is #E5AB3F. Grayscale: #4E4E4E. Windows color (decimal): -15051584 or 12604442. OLE color: 12604442.
HSL color Cylindrical-coordinate representation of color #1A54C0: hue angle of 219.04º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A54C0 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 84 | 192 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.25 |
| HSL | 219.04º | 0.76% | 0.43% | - |
| HSV(B) | 219.04º | 0.86% | 0.75% | - |
| XYZ | 13.11 | 10.37 | 51.18 | - |
| YUV | 78.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 192 | 0.86 | 0.56 | 0 | 0.25 | 219.04 | 0.76 | 0.43 |
| Hex | 1A | 54 | C0 | 56 | 38 | 0 | 19 | DB | 4C | 2B |
| Octal | 32 | 124 | 300 | 126 | 70 | 0 | 31 | 333 | 114 | 53 |
| Binary | 11010 | 1010100 | 11000000 | 1010110 | 111000 | 0 | 11001 | 11011011 | 1001100 | 101011 |
Color Harmonies of #1A54C0
Complementary color
Monochromatic Colors of #1A54C0
Black with #1A54C0
Text Example
Text Example
White with #1A54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54C0; }
p { color: rgb(26,84,192); }
H1.HeaderClassName
{
color: #1A54C0;
}
.AnyTagClassName
{
color: #1A54C0;
}
</style>
background-color css
<style>
a { background-color: #1A54C0; }
a { background-color: rgb(26,84,192); }
div.DivClassName
{
background-color: #1A54C0;
}
.BgClassName
{
background-color: #1A54C0;
}
</style>
border-color css
<style>
span { border-color: #1A54C0; }
span { border-color: rgb(26,84,192); }
td.TdClassName
{
border-color: #1A54C0;
}
.TagClassName
{
border-color: #1A54C0;
}
</style>