Shades of Denim #1458AB
Tints of Denim #1458AB
RGB
CMYK
RGB Variations
Color information
#1458AB (or 0x1458AB) is known color: Denim. HEX triplet: 14, 58 and AB. RGB value is (20,88,171). Sum of RGB (Red+Green+Blue) = 20+88+171=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #1458AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1458AB is #EBA754. Grayscale: #4C4C4C. Windows color (decimal): -15443797 or 11229204. OLE color: 11229204.
HSL color Cylindrical-coordinate representation of color #1458AB: hue angle of 212.98º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1458AB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 88 | 171 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.33 |
| HSL | 212.98º | 0.79% | 0.37% | - |
| HSV(B) | 212.98º | 0.88% | 0.67% | - |
| XYZ | 11.13 | 10.07 | 39.88 | - |
| YUV | 77.13 | 180.97 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 171 | 0.88 | 0.49 | 0 | 0.33 | 212.98 | 0.79 | 0.37 |
| Hex | 14 | 58 | AB | 58 | 31 | 0 | 21 | D5 | 4F | 25 |
| Octal | 24 | 130 | 253 | 130 | 61 | 0 | 41 | 325 | 117 | 45 |
| Binary | 10100 | 1011000 | 10101011 | 1011000 | 110001 | 0 | 100001 | 11010101 | 1001111 | 100101 |
Color Harmonies of #1458AB
Complementary color
Monochromatic Colors of #1458AB
Black with #1458AB
Text Example
Text Example
White with #1458AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1458AB; }
p { color: rgb(20,88,171); }
H1.HeaderClassName
{
color: #1458AB;
}
.AnyTagClassName
{
color: #1458AB;
}
</style>
background-color css
<style>
a { background-color: #1458AB; }
a { background-color: rgb(20,88,171); }
div.DivClassName
{
background-color: #1458AB;
}
.BgClassName
{
background-color: #1458AB;
}
</style>
border-color css
<style>
span { border-color: #1458AB; }
span { border-color: rgb(20,88,171); }
td.TdClassName
{
border-color: #1458AB;
}
.TagClassName
{
border-color: #1458AB;
}
</style>