Shades of Denim #1A54BD
Tints of Denim #1A54BD
RGB
CMYK
RGB Variations
Color information
#1A54BD (or 0x1A54BD) is known color: Denim. HEX triplet: 1A, 54 and BD. RGB value is (26,84,189). Sum of RGB (Red+Green+Blue) = 26+84+189=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A54BD is #E5AB42. Grayscale: #4E4E4E. Windows color (decimal): -15051587 or 12407834. OLE color: 12407834.
HSL color Cylindrical-coordinate representation of color #1A54BD: hue angle of 218.65º 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 #1A54BD is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 84 | 189 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.26 |
| HSL | 218.65º | 0.76% | 0.42% | - |
| HSV(B) | 218.65º | 0.86% | 0.74% | - |
| XYZ | 12.78 | 10.23 | 49.45 | - |
| YUV | 78.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 189 | 0.86 | 0.56 | 0 | 0.26 | 218.65 | 0.76 | 0.42 |
| Hex | 1A | 54 | BD | 56 | 38 | 0 | 1A | DB | 4C | 2A |
| Octal | 32 | 124 | 275 | 126 | 70 | 0 | 32 | 333 | 114 | 52 |
| Binary | 11010 | 1010100 | 10111101 | 1010110 | 111000 | 0 | 11010 | 11011011 | 1001100 | 101010 |
Color Harmonies of #1A54BD
Complementary color
Monochromatic Colors of #1A54BD
Black with #1A54BD
Text Example
Text Example
White with #1A54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54BD; }
p { color: rgb(26,84,189); }
H1.HeaderClassName
{
color: #1A54BD;
}
.AnyTagClassName
{
color: #1A54BD;
}
</style>
background-color css
<style>
a { background-color: #1A54BD; }
a { background-color: rgb(26,84,189); }
div.DivClassName
{
background-color: #1A54BD;
}
.BgClassName
{
background-color: #1A54BD;
}
</style>
border-color css
<style>
span { border-color: #1A54BD; }
span { border-color: rgb(26,84,189); }
td.TdClassName
{
border-color: #1A54BD;
}
.TagClassName
{
border-color: #1A54BD;
}
</style>