Shades of Denim #1458A9
Tints of Denim #1458A9
RGB
CMYK
RGB Variations
Color information
#1458A9 (or 0x1458A9) is known color: Denim. HEX triplet: 14, 58 and A9. RGB value is (20,88,169). Sum of RGB (Red+Green+Blue) = 20+88+169=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #1458A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1458A9 is #EBA756. Grayscale: #4C4C4C. Windows color (decimal): -15443799 or 11098132. OLE color: 11098132.
HSL color Cylindrical-coordinate representation of color #1458A9: hue angle of 212.62º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1458A9 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 88 | 169 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.34 |
| HSL | 212.62º | 0.79% | 0.37% | - |
| HSV(B) | 212.62º | 0.88% | 0.66% | - |
| XYZ | 10.94 | 9.99 | 38.89 | - |
| YUV | 76.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 169 | 0.88 | 0.48 | 0 | 0.34 | 212.62 | 0.79 | 0.37 |
| Hex | 14 | 58 | A9 | 58 | 30 | 0 | 22 | D5 | 4F | 25 |
| Octal | 24 | 130 | 251 | 130 | 60 | 0 | 42 | 325 | 117 | 45 |
| Binary | 10100 | 1011000 | 10101001 | 1011000 | 110000 | 0 | 100010 | 11010101 | 1001111 | 100101 |
Color Harmonies of #1458A9
Complementary color
Monochromatic Colors of #1458A9
Black with #1458A9
Text Example
Text Example
White with #1458A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458A9; }
p { color: rgb(20,88,169); }
H1.HeaderClassName
{
color: #1458A9;
}
.AnyTagClassName
{
color: #1458A9;
}
</style>
background-color css
<style>
a { background-color: #1458A9; }
a { background-color: rgb(20,88,169); }
div.DivClassName
{
background-color: #1458A9;
}
.BgClassName
{
background-color: #1458A9;
}
</style>
border-color css
<style>
span { border-color: #1458A9; }
span { border-color: rgb(20,88,169); }
td.TdClassName
{
border-color: #1458A9;
}
.TagClassName
{
border-color: #1458A9;
}
</style>