Shades of Denim #1457A5
Tints of Denim #1457A5
RGB
CMYK
RGB Variations
Color information
#1457A5 (or 0x1457A5) is known color: Denim. HEX triplet: 14, 57 and A5. RGB value is (20,87,165). Sum of RGB (Red+Green+Blue) = 20+87+165=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 165 (64.84% from 255 or 60.66% from 272); Max value from RGB is 165 - color contains mainly: blue. Hex color #1457A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1457A5 is #EBA85A. Grayscale: #4B4B4B. Windows color (decimal): -15444059 or 10835732. OLE color: 10835732.
HSL color Cylindrical-coordinate representation of color #1457A5: hue angle of 212.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1457A5 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 87 | 165 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.35 |
| HSL | 212.28º | 0.78% | 0.36% | - |
| HSV(B) | 212.28º | 0.88% | 0.65% | - |
| XYZ | 10.49 | 9.68 | 36.91 | - |
| YUV | 75.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 165 | 0.88 | 0.47 | 0 | 0.35 | 212.28 | 0.78 | 0.36 |
| Hex | 14 | 57 | A5 | 58 | 2F | 0 | 23 | D4 | 4E | 24 |
| Octal | 24 | 127 | 245 | 130 | 57 | 0 | 43 | 324 | 116 | 44 |
| Binary | 10100 | 1010111 | 10100101 | 1011000 | 101111 | 0 | 100011 | 11010100 | 1001110 | 100100 |
Color Harmonies of #1457A5
Complementary color
Monochromatic Colors of #1457A5
Black with #1457A5
Text Example
Text Example
White with #1457A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457A5; }
p { color: rgb(20,87,165); }
H1.HeaderClassName
{
color: #1457A5;
}
.AnyTagClassName
{
color: #1457A5;
}
</style>
background-color css
<style>
a { background-color: #1457A5; }
a { background-color: rgb(20,87,165); }
div.DivClassName
{
background-color: #1457A5;
}
.BgClassName
{
background-color: #1457A5;
}
</style>
border-color css
<style>
span { border-color: #1457A5; }
span { border-color: rgb(20,87,165); }
td.TdClassName
{
border-color: #1457A5;
}
.TagClassName
{
border-color: #1457A5;
}
</style>