Shades of Denim #1455CD
Tints of Denim #1455CD
RGB
CMYK
RGB Variations
Color information
#1455CD (or 0x1455CD) is known color: Denim. HEX triplet: 14, 55 and CD. RGB value is (20,85,205). Sum of RGB (Red+Green+Blue) = 20+85+205=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1455CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1455CD is #EBAA32. Grayscale: #4E4E4E. Windows color (decimal): -15444531 or 13456660. OLE color: 13456660.
HSL color Cylindrical-coordinate representation of color #1455CD: hue angle of 218.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1455CD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 85 | 205 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.20 |
| HSL | 218.92º | 0.82% | 0.44% | - |
| HSV(B) | 218.92º | 0.9% | 0.8% | - |
| XYZ | 14.56 | 11.05 | 59.12 | - |
| YUV | 79.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 205 | 0.90 | 0.59 | 0 | 0.20 | 218.92 | 0.82 | 0.44 |
| Hex | 14 | 55 | CD | 5A | 3B | 0 | 14 | DB | 52 | 2C |
| Octal | 24 | 125 | 315 | 132 | 73 | 0 | 24 | 333 | 122 | 54 |
| Binary | 10100 | 1010101 | 11001101 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010010 | 101100 |
Color Harmonies of #1455CD
Complementary color
Monochromatic Colors of #1455CD
Black with #1455CD
Text Example
Text Example
White with #1455CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1455CD; }
p { color: rgb(20,85,205); }
H1.HeaderClassName
{
color: #1455CD;
}
.AnyTagClassName
{
color: #1455CD;
}
</style>
background-color css
<style>
a { background-color: #1455CD; }
a { background-color: rgb(20,85,205); }
div.DivClassName
{
background-color: #1455CD;
}
.BgClassName
{
background-color: #1455CD;
}
</style>
border-color css
<style>
span { border-color: #1455CD; }
span { border-color: rgb(20,85,205); }
td.TdClassName
{
border-color: #1455CD;
}
.TagClassName
{
border-color: #1455CD;
}
</style>