Shades of Denim #1453CB
Tints of Denim #1453CB
RGB
CMYK
RGB Variations
Color information
#1453CB (or 0x1453CB) is known color: Denim. HEX triplet: 14, 53 and CB. RGB value is (20,83,203). Sum of RGB (Red+Green+Blue) = 20+83+203=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #1453CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453CB is #EBAC34. Grayscale: #4D4D4D. Windows color (decimal): -15445045 or 13325076. OLE color: 13325076.
HSL color Cylindrical-coordinate representation of color #1453CB: hue angle of 219.34º 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 #1453CB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 83 | 203 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.20 |
| HSL | 219.34º | 0.82% | 0.44% | - |
| HSV(B) | 219.34º | 0.9% | 0.8% | - |
| XYZ | 14.16 | 10.65 | 57.81 | - |
| YUV | 77.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 203 | 0.90 | 0.59 | 0 | 0.20 | 219.34 | 0.82 | 0.44 |
| Hex | 14 | 53 | CB | 5A | 3B | 0 | 14 | DB | 52 | 2C |
| Octal | 24 | 123 | 313 | 132 | 73 | 0 | 24 | 333 | 122 | 54 |
| Binary | 10100 | 1010011 | 11001011 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010010 | 101100 |
Color Harmonies of #1453CB
Complementary color
Monochromatic Colors of #1453CB
Black with #1453CB
Text Example
Text Example
White with #1453CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453CB; }
p { color: rgb(20,83,203); }
H1.HeaderClassName
{
color: #1453CB;
}
.AnyTagClassName
{
color: #1453CB;
}
</style>
background-color css
<style>
a { background-color: #1453CB; }
a { background-color: rgb(20,83,203); }
div.DivClassName
{
background-color: #1453CB;
}
.BgClassName
{
background-color: #1453CB;
}
</style>
border-color css
<style>
span { border-color: #1453CB; }
span { border-color: rgb(20,83,203); }
td.TdClassName
{
border-color: #1453CB;
}
.TagClassName
{
border-color: #1453CB;
}
</style>