Shades of Denim #1454C0
Tints of Denim #1454C0
RGB
CMYK
RGB Variations
Color information
#1454C0 (or 0x1454C0) is known color: Denim. HEX triplet: 14, 54 and C0. RGB value is (20,84,192). Sum of RGB (Red+Green+Blue) = 20+84+192=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #1454C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454C0 is #EBAB3F. Grayscale: #4C4C4C. Windows color (decimal): -15444800 or 12604436. OLE color: 12604436.
HSL color Cylindrical-coordinate representation of color #1454C0: hue angle of 217.67º 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 #1454C0 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 84 | 192 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.25 |
| HSL | 217.67º | 0.81% | 0.42% | - |
| HSV(B) | 217.67º | 0.9% | 0.75% | - |
| XYZ | 12.97 | 10.3 | 51.17 | - |
| YUV | 77.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 192 | 0.90 | 0.56 | 0 | 0.25 | 217.67 | 0.81 | 0.42 |
| Hex | 14 | 54 | C0 | 5A | 38 | 0 | 19 | DA | 51 | 2A |
| Octal | 24 | 124 | 300 | 132 | 70 | 0 | 31 | 332 | 121 | 52 |
| Binary | 10100 | 1010100 | 11000000 | 1011010 | 111000 | 0 | 11001 | 11011010 | 1010001 | 101010 |
Color Harmonies of #1454C0
Complementary color
Monochromatic Colors of #1454C0
Black with #1454C0
Text Example
Text Example
White with #1454C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454C0; }
p { color: rgb(20,84,192); }
H1.HeaderClassName
{
color: #1454C0;
}
.AnyTagClassName
{
color: #1454C0;
}
</style>
background-color css
<style>
a { background-color: #1454C0; }
a { background-color: rgb(20,84,192); }
div.DivClassName
{
background-color: #1454C0;
}
.BgClassName
{
background-color: #1454C0;
}
</style>
border-color css
<style>
span { border-color: #1454C0; }
span { border-color: rgb(20,84,192); }
td.TdClassName
{
border-color: #1454C0;
}
.TagClassName
{
border-color: #1454C0;
}
</style>