Shades of Denim #1A54AF
Tints of Denim #1A54AF
RGB
CMYK
RGB Variations
Color information
#1A54AF (or 0x1A54AF) is known color: Denim. HEX triplet: 1A, 54 and AF. RGB value is (26,84,175). Sum of RGB (Red+Green+Blue) = 26+84+175=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A54AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A54AF is #E5AB50. Grayscale: #4C4C4C. Windows color (decimal): -15051601 or 11490330. OLE color: 11490330.
HSL color Cylindrical-coordinate representation of color #1A54AF: hue angle of 216.64º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A54AF is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 84 | 175 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.31 |
| HSL | 216.64º | 0.74% | 0.39% | - |
| HSV(B) | 216.64º | 0.85% | 0.69% | - |
| XYZ | 11.33 | 9.66 | 41.82 | - |
| YUV | 77.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 175 | 0.85 | 0.52 | 0 | 0.31 | 216.64 | 0.74 | 0.39 |
| Hex | 1A | 54 | AF | 55 | 34 | 0 | 1F | D9 | 4A | 27 |
| Octal | 32 | 124 | 257 | 125 | 64 | 0 | 37 | 331 | 112 | 47 |
| Binary | 11010 | 1010100 | 10101111 | 1010101 | 110100 | 0 | 11111 | 11011001 | 1001010 | 100111 |
Color Harmonies of #1A54AF
Complementary color
Monochromatic Colors of #1A54AF
Black with #1A54AF
Text Example
Text Example
White with #1A54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54AF; }
p { color: rgb(26,84,175); }
H1.HeaderClassName
{
color: #1A54AF;
}
.AnyTagClassName
{
color: #1A54AF;
}
</style>
background-color css
<style>
a { background-color: #1A54AF; }
a { background-color: rgb(26,84,175); }
div.DivClassName
{
background-color: #1A54AF;
}
.BgClassName
{
background-color: #1A54AF;
}
</style>
border-color css
<style>
span { border-color: #1A54AF; }
span { border-color: rgb(26,84,175); }
td.TdClassName
{
border-color: #1A54AF;
}
.TagClassName
{
border-color: #1A54AF;
}
</style>