Shades of Denim #1455AD
Tints of Denim #1455AD
RGB
CMYK
RGB Variations
Color information
#1455AD (or 0x1455AD) is known color: Denim. HEX triplet: 14, 55 and AD. RGB value is (20,85,173). Sum of RGB (Red+Green+Blue) = 20+85+173=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1455AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1455AD is #EBAA52. Grayscale: #4B4B4B. Windows color (decimal): -15444563 or 11359508. OLE color: 11359508.
HSL color Cylindrical-coordinate representation of color #1455AD: hue angle of 214.51º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1455AD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 85 | 173 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.32 |
| HSL | 214.51º | 0.79% | 0.38% | - |
| HSV(B) | 214.51º | 0.88% | 0.68% | - |
| XYZ | 11.08 | 9.66 | 40.82 | - |
| YUV | 75.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 173 | 0.88 | 0.51 | 0 | 0.32 | 214.51 | 0.79 | 0.38 |
| Hex | 14 | 55 | AD | 58 | 33 | 0 | 20 | D7 | 4F | 26 |
| Octal | 24 | 125 | 255 | 130 | 63 | 0 | 40 | 327 | 117 | 46 |
| Binary | 10100 | 1010101 | 10101101 | 1011000 | 110011 | 0 | 100000 | 11010111 | 1001111 | 100110 |
Color Harmonies of #1455AD
Complementary color
Monochromatic Colors of #1455AD
Black with #1455AD
Text Example
Text Example
White with #1455AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1455AD; }
p { color: rgb(20,85,173); }
H1.HeaderClassName
{
color: #1455AD;
}
.AnyTagClassName
{
color: #1455AD;
}
</style>
background-color css
<style>
a { background-color: #1455AD; }
a { background-color: rgb(20,85,173); }
div.DivClassName
{
background-color: #1455AD;
}
.BgClassName
{
background-color: #1455AD;
}
</style>
border-color css
<style>
span { border-color: #1455AD; }
span { border-color: rgb(20,85,173); }
td.TdClassName
{
border-color: #1455AD;
}
.TagClassName
{
border-color: #1455AD;
}
</style>