Shades of Denim #1457AD
Tints of Denim #1457AD
RGB
CMYK
RGB Variations
Color information
#1457AD (or 0x1457AD) is known color: Denim. HEX triplet: 14, 57 and AD. RGB value is (20,87,173). Sum of RGB (Red+Green+Blue) = 20+87+173=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #1457AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1457AD is #EBA852. Grayscale: #4C4C4C. Windows color (decimal): -15444051 or 11360020. OLE color: 11360020.
HSL color Cylindrical-coordinate representation of color #1457AD: hue angle of 213.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1457AD is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 87 | 173 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.32 |
| HSL | 213.73º | 0.79% | 0.38% | - |
| HSV(B) | 213.73º | 0.88% | 0.68% | - |
| XYZ | 11.24 | 9.98 | 40.87 | - |
| YUV | 76.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 173 | 0.88 | 0.50 | 0 | 0.32 | 213.73 | 0.79 | 0.38 |
| Hex | 14 | 57 | AD | 58 | 32 | 0 | 20 | D6 | 4F | 26 |
| Octal | 24 | 127 | 255 | 130 | 62 | 0 | 40 | 326 | 117 | 46 |
| Binary | 10100 | 1010111 | 10101101 | 1011000 | 110010 | 0 | 100000 | 11010110 | 1001111 | 100110 |
Color Harmonies of #1457AD
Complementary color
Monochromatic Colors of #1457AD
Black with #1457AD
Text Example
Text Example
White with #1457AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457AD; }
p { color: rgb(20,87,173); }
H1.HeaderClassName
{
color: #1457AD;
}
.AnyTagClassName
{
color: #1457AD;
}
</style>
background-color css
<style>
a { background-color: #1457AD; }
a { background-color: rgb(20,87,173); }
div.DivClassName
{
background-color: #1457AD;
}
.BgClassName
{
background-color: #1457AD;
}
</style>
border-color css
<style>
span { border-color: #1457AD; }
span { border-color: rgb(20,87,173); }
td.TdClassName
{
border-color: #1457AD;
}
.TagClassName
{
border-color: #1457AD;
}
</style>