Shades of Denim #1451CD
Tints of Denim #1451CD
RGB
CMYK
RGB Variations
Color information
#1451CD (or 0x1451CD) is known color: Denim. HEX triplet: 14, 51 and CD. RGB value is (20,81,205). Sum of RGB (Red+Green+Blue) = 20+81+205=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #1451CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451CD is #EBAE32. Grayscale: #4C4C4C. Windows color (decimal): -15445555 or 13455636. OLE color: 13455636.
HSL color Cylindrical-coordinate representation of color #1451CD: hue angle of 220.22º 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 #1451CD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 81 | 205 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.20 |
| HSL | 220.22º | 0.82% | 0.44% | - |
| HSV(B) | 220.22º | 0.9% | 0.8% | - |
| XYZ | 14.25 | 10.44 | 59.02 | - |
| YUV | 76.9 | 200.29 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 205 | 0.90 | 0.60 | 0 | 0.20 | 220.22 | 0.82 | 0.44 |
| Hex | 14 | 51 | CD | 5A | 3C | 0 | 14 | DC | 52 | 2C |
| Octal | 24 | 121 | 315 | 132 | 74 | 0 | 24 | 334 | 122 | 54 |
| Binary | 10100 | 1010001 | 11001101 | 1011010 | 111100 | 0 | 10100 | 11011100 | 1010010 | 101100 |
Color Harmonies of #1451CD
Complementary color
Monochromatic Colors of #1451CD
Black with #1451CD
Text Example
Text Example
White with #1451CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451CD; }
p { color: rgb(20,81,205); }
H1.HeaderClassName
{
color: #1451CD;
}
.AnyTagClassName
{
color: #1451CD;
}
</style>
background-color css
<style>
a { background-color: #1451CD; }
a { background-color: rgb(20,81,205); }
div.DivClassName
{
background-color: #1451CD;
}
.BgClassName
{
background-color: #1451CD;
}
</style>
border-color css
<style>
span { border-color: #1451CD; }
span { border-color: rgb(20,81,205); }
td.TdClassName
{
border-color: #1451CD;
}
.TagClassName
{
border-color: #1451CD;
}
</style>