Shades of Denim #1451C0
Tints of Denim #1451C0
RGB
CMYK
RGB Variations
Color information
#1451C0 (or 0x1451C0) is known color: Denim. HEX triplet: 14, 51 and C0. RGB value is (20,81,192). Sum of RGB (Red+Green+Blue) = 20+81+192=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #1451C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1451C0 is #EBAE3F. Grayscale: #4A4A4A. Windows color (decimal): -15445568 or 12603668. OLE color: 12603668.
HSL color Cylindrical-coordinate representation of color #1451C0: hue angle of 218.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1451C0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 81 | 192 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.25 |
| HSL | 218.72º | 0.81% | 0.42% | - |
| HSV(B) | 218.72º | 0.9% | 0.75% | - |
| XYZ | 12.75 | 9.84 | 51.1 | - |
| YUV | 75.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 192 | 0.90 | 0.58 | 0 | 0.25 | 218.72 | 0.81 | 0.42 |
| Hex | 14 | 51 | C0 | 5A | 3A | 0 | 19 | DB | 51 | 2A |
| Octal | 24 | 121 | 300 | 132 | 72 | 0 | 31 | 333 | 121 | 52 |
| Binary | 10100 | 1010001 | 11000000 | 1011010 | 111010 | 0 | 11001 | 11011011 | 1010001 | 101010 |
Color Harmonies of #1451C0
Complementary color
Monochromatic Colors of #1451C0
Black with #1451C0
Text Example
Text Example
White with #1451C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451C0; }
p { color: rgb(20,81,192); }
H1.HeaderClassName
{
color: #1451C0;
}
.AnyTagClassName
{
color: #1451C0;
}
</style>
background-color css
<style>
a { background-color: #1451C0; }
a { background-color: rgb(20,81,192); }
div.DivClassName
{
background-color: #1451C0;
}
.BgClassName
{
background-color: #1451C0;
}
</style>
border-color css
<style>
span { border-color: #1451C0; }
span { border-color: rgb(20,81,192); }
td.TdClassName
{
border-color: #1451C0;
}
.TagClassName
{
border-color: #1451C0;
}
</style>