Shades of Denim #1453CC
Tints of Denim #1453CC
RGB
CMYK
RGB Variations
Color information
#1453CC (or 0x1453CC) is known color: Denim. HEX triplet: 14, 53 and CC. RGB value is (20,83,204). Sum of RGB (Red+Green+Blue) = 20+83+204=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #1453CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453CC is #EBAC33. Grayscale: #4D4D4D. Windows color (decimal): -15445044 or 13390612. OLE color: 13390612.
HSL color Cylindrical-coordinate representation of color #1453CC: hue angle of 219.46º 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 #1453CC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 83 | 204 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.2 |
| HSL | 219.46º | 0.82% | 0.44% | - |
| HSV(B) | 219.46º | 0.9% | 0.8% | - |
| XYZ | 14.28 | 10.69 | 58.44 | - |
| YUV | 77.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 204 | 0.90 | 0.59 | 0 | 0.2 | 219.46 | 0.82 | 0.44 |
| Hex | 14 | 53 | CC | 5A | 3B | 0 | 14 | DB | 52 | 2C |
| Octal | 24 | 123 | 314 | 132 | 73 | 0 | 24 | 333 | 122 | 54 |
| Binary | 10100 | 1010011 | 11001100 | 1011010 | 111011 | 0 | 10100 | 11011011 | 1010010 | 101100 |
Color Harmonies of #1453CC
Complementary color
Monochromatic Colors of #1453CC
Black with #1453CC
Text Example
Text Example
White with #1453CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453CC; }
p { color: rgb(20,83,204); }
H1.HeaderClassName
{
color: #1453CC;
}
.AnyTagClassName
{
color: #1453CC;
}
</style>
background-color css
<style>
a { background-color: #1453CC; }
a { background-color: rgb(20,83,204); }
div.DivClassName
{
background-color: #1453CC;
}
.BgClassName
{
background-color: #1453CC;
}
</style>
border-color css
<style>
span { border-color: #1453CC; }
span { border-color: rgb(20,83,204); }
td.TdClassName
{
border-color: #1453CC;
}
.TagClassName
{
border-color: #1453CC;
}
</style>