Shades of Denim #1457C9
Tints of Denim #1457C9
RGB
CMYK
RGB Variations
Color information
#1457C9 (or 0x1457C9) is known color: Denim. HEX triplet: 14, 57 and C9. RGB value is (20,87,201). Sum of RGB (Red+Green+Blue) = 20+87+201=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #1457C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1457C9 is #EBA836. Grayscale: #4F4F4F. Windows color (decimal): -15444023 or 13195028. OLE color: 13195028.
HSL color Cylindrical-coordinate representation of color #1457C9: hue angle of 217.79º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1457C9 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 87 | 201 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.21 |
| HSL | 217.79º | 0.82% | 0.43% | - |
| HSV(B) | 217.79º | 0.9% | 0.79% | - |
| XYZ | 14.24 | 11.18 | 56.67 | - |
| YUV | 79.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 201 | 0.90 | 0.57 | 0 | 0.21 | 217.79 | 0.82 | 0.43 |
| Hex | 14 | 57 | C9 | 5A | 39 | 0 | 15 | DA | 52 | 2B |
| Octal | 24 | 127 | 311 | 132 | 71 | 0 | 25 | 332 | 122 | 53 |
| Binary | 10100 | 1010111 | 11001001 | 1011010 | 111001 | 0 | 10101 | 11011010 | 1010010 | 101011 |
Color Harmonies of #1457C9
Complementary color
Monochromatic Colors of #1457C9
Black with #1457C9
Text Example
Text Example
White with #1457C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1457C9; }
p { color: rgb(20,87,201); }
H1.HeaderClassName
{
color: #1457C9;
}
.AnyTagClassName
{
color: #1457C9;
}
</style>
background-color css
<style>
a { background-color: #1457C9; }
a { background-color: rgb(20,87,201); }
div.DivClassName
{
background-color: #1457C9;
}
.BgClassName
{
background-color: #1457C9;
}
</style>
border-color css
<style>
span { border-color: #1457C9; }
span { border-color: rgb(20,87,201); }
td.TdClassName
{
border-color: #1457C9;
}
.TagClassName
{
border-color: #1457C9;
}
</style>