Shades of Denim #1D54AF
Tints of Denim #1D54AF
RGB
CMYK
RGB Variations
Color information
#1D54AF (or 0x1D54AF) is known color: Denim. HEX triplet: 1D, 54 and AF. RGB value is (29,84,175). Sum of RGB (Red+Green+Blue) = 29+84+175=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D54AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D54AF is #E2AB50. Grayscale: #4D4D4D. Windows color (decimal): -14854993 or 11490333. OLE color: 11490333.
HSL color Cylindrical-coordinate representation of color #1D54AF: hue angle of 217.4º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D54AF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 84 | 175 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.31 |
| HSL | 217.4º | 0.72% | 0.4% | - |
| HSV(B) | 217.4º | 0.83% | 0.69% | - |
| XYZ | 11.41 | 9.7 | 41.83 | - |
| YUV | 77.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 175 | 0.83 | 0.52 | 0 | 0.31 | 217.4 | 0.72 | 0.4 |
| Hex | 1D | 54 | AF | 53 | 34 | 0 | 1F | D9 | 48 | 28 |
| Octal | 35 | 124 | 257 | 123 | 64 | 0 | 37 | 331 | 110 | 50 |
| Binary | 11101 | 1010100 | 10101111 | 1010011 | 110100 | 0 | 11111 | 11011001 | 1001000 | 101000 |
Color Harmonies of #1D54AF
Complementary color
Monochromatic Colors of #1D54AF
Black with #1D54AF
Text Example
Text Example
White with #1D54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D54AF; }
p { color: rgb(29,84,175); }
H1.HeaderClassName
{
color: #1D54AF;
}
.AnyTagClassName
{
color: #1D54AF;
}
</style>
background-color css
<style>
a { background-color: #1D54AF; }
a { background-color: rgb(29,84,175); }
div.DivClassName
{
background-color: #1D54AF;
}
.BgClassName
{
background-color: #1D54AF;
}
</style>
border-color css
<style>
span { border-color: #1D54AF; }
span { border-color: rgb(29,84,175); }
td.TdClassName
{
border-color: #1D54AF;
}
.TagClassName
{
border-color: #1D54AF;
}
</style>