Shades of Denim #1458AE
Tints of Denim #1458AE
RGB
CMYK
RGB Variations
Color information
#1458AE (or 0x1458AE) is known color: Denim. HEX triplet: 14, 58 and AE. RGB value is (20,88,174). Sum of RGB (Red+Green+Blue) = 20+88+174=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #1458AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1458AE is #EBA751. Grayscale: #4D4D4D. Windows color (decimal): -15443794 or 11425812. OLE color: 11425812.
HSL color Cylindrical-coordinate representation of color #1458AE: hue angle of 213.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1458AE is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 88 | 174 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.32 |
| HSL | 213.51º | 0.79% | 0.38% | - |
| HSV(B) | 213.51º | 0.89% | 0.68% | - |
| XYZ | 11.42 | 10.18 | 41.41 | - |
| YUV | 77.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 174 | 0.89 | 0.49 | 0 | 0.32 | 213.51 | 0.79 | 0.38 |
| Hex | 14 | 58 | AE | 59 | 31 | 0 | 20 | D6 | 4F | 26 |
| Octal | 24 | 130 | 256 | 131 | 61 | 0 | 40 | 326 | 117 | 46 |
| Binary | 10100 | 1011000 | 10101110 | 1011001 | 110001 | 0 | 100000 | 11010110 | 1001111 | 100110 |
Color Harmonies of #1458AE
Complementary color
Monochromatic Colors of #1458AE
Black with #1458AE
Text Example
Text Example
White with #1458AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458AE; }
p { color: rgb(20,88,174); }
H1.HeaderClassName
{
color: #1458AE;
}
.AnyTagClassName
{
color: #1458AE;
}
</style>
background-color css
<style>
a { background-color: #1458AE; }
a { background-color: rgb(20,88,174); }
div.DivClassName
{
background-color: #1458AE;
}
.BgClassName
{
background-color: #1458AE;
}
</style>
border-color css
<style>
span { border-color: #1458AE; }
span { border-color: rgb(20,88,174); }
td.TdClassName
{
border-color: #1458AE;
}
.TagClassName
{
border-color: #1458AE;
}
</style>