Shades of Denim #1456C1
Tints of Denim #1456C1
RGB
CMYK
RGB Variations
Color information
#1456C1 (or 0x1456C1) is known color: Denim. HEX triplet: 14, 56 and C1. RGB value is (20,86,193). Sum of RGB (Red+Green+Blue) = 20+86+193=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #1456C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1456C1 is #EBA93E. Grayscale: #4D4D4D. Windows color (decimal): -15444287 or 12670484. OLE color: 12670484.
HSL color Cylindrical-coordinate representation of color #1456C1: hue angle of 217.11º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1456C1 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 86 | 193 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.24 |
| HSL | 217.11º | 0.81% | 0.42% | - |
| HSV(B) | 217.11º | 0.9% | 0.76% | - |
| XYZ | 13.24 | 10.65 | 51.81 | - |
| YUV | 78.46 | 192.63 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 193 | 0.90 | 0.55 | 0 | 0.24 | 217.11 | 0.81 | 0.42 |
| Hex | 14 | 56 | C1 | 5A | 37 | 0 | 18 | D9 | 51 | 2A |
| Octal | 24 | 126 | 301 | 132 | 67 | 0 | 30 | 331 | 121 | 52 |
| Binary | 10100 | 1010110 | 11000001 | 1011010 | 110111 | 0 | 11000 | 11011001 | 1010001 | 101010 |
Color Harmonies of #1456C1
Complementary color
Monochromatic Colors of #1456C1
Black with #1456C1
Text Example
Text Example
White with #1456C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1456C1; }
p { color: rgb(20,86,193); }
H1.HeaderClassName
{
color: #1456C1;
}
.AnyTagClassName
{
color: #1456C1;
}
</style>
background-color css
<style>
a { background-color: #1456C1; }
a { background-color: rgb(20,86,193); }
div.DivClassName
{
background-color: #1456C1;
}
.BgClassName
{
background-color: #1456C1;
}
</style>
border-color css
<style>
span { border-color: #1456C1; }
span { border-color: rgb(20,86,193); }
td.TdClassName
{
border-color: #1456C1;
}
.TagClassName
{
border-color: #1456C1;
}
</style>