Shades of Denim #1453C1
Tints of Denim #1453C1
RGB
CMYK
RGB Variations
Color information
#1453C1 (or 0x1453C1) is known color: Denim. HEX triplet: 14, 53 and C1. RGB value is (20,83,193). Sum of RGB (Red+Green+Blue) = 20+83+193=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #1453C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453C1 is #EBAC3E. Grayscale: #4C4C4C. Windows color (decimal): -15445055 or 12669716. OLE color: 12669716.
HSL color Cylindrical-coordinate representation of color #1453C1: hue angle of 218.15º 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 #1453C1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 83 | 193 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.24 |
| HSL | 218.15º | 0.81% | 0.42% | - |
| HSV(B) | 218.15º | 0.9% | 0.76% | - |
| XYZ | 13.01 | 10.19 | 51.73 | - |
| YUV | 76.7 | 193.63 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 193 | 0.90 | 0.57 | 0 | 0.24 | 218.15 | 0.81 | 0.42 |
| Hex | 14 | 53 | C1 | 5A | 39 | 0 | 18 | DA | 51 | 2A |
| Octal | 24 | 123 | 301 | 132 | 71 | 0 | 30 | 332 | 121 | 52 |
| Binary | 10100 | 1010011 | 11000001 | 1011010 | 111001 | 0 | 11000 | 11011010 | 1010001 | 101010 |
Color Harmonies of #1453C1
Complementary color
Monochromatic Colors of #1453C1
Black with #1453C1
Text Example
Text Example
White with #1453C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453C1; }
p { color: rgb(20,83,193); }
H1.HeaderClassName
{
color: #1453C1;
}
.AnyTagClassName
{
color: #1453C1;
}
</style>
background-color css
<style>
a { background-color: #1453C1; }
a { background-color: rgb(20,83,193); }
div.DivClassName
{
background-color: #1453C1;
}
.BgClassName
{
background-color: #1453C1;
}
</style>
border-color css
<style>
span { border-color: #1453C1; }
span { border-color: rgb(20,83,193); }
td.TdClassName
{
border-color: #1453C1;
}
.TagClassName
{
border-color: #1453C1;
}
</style>