Shades of Denim #1453BF
Tints of Denim #1453BF
RGB
CMYK
RGB Variations
Color information
#1453BF (or 0x1453BF) is known color: Denim. HEX triplet: 14, 53 and BF. RGB value is (20,83,191). Sum of RGB (Red+Green+Blue) = 20+83+191=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #1453BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453BF is #EBAC40. Grayscale: #4B4B4B. Windows color (decimal): -15445057 or 12538644. OLE color: 12538644.
HSL color Cylindrical-coordinate representation of color #1453BF: hue angle of 217.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1453BF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 83 | 191 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.25 |
| HSL | 217.89º | 0.81% | 0.41% | - |
| HSV(B) | 217.89º | 0.9% | 0.75% | - |
| XYZ | 12.79 | 10.1 | 50.57 | - |
| YUV | 76.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 191 | 0.90 | 0.57 | 0 | 0.25 | 217.89 | 0.81 | 0.41 |
| Hex | 14 | 53 | BF | 5A | 39 | 0 | 19 | DA | 51 | 29 |
| Octal | 24 | 123 | 277 | 132 | 71 | 0 | 31 | 332 | 121 | 51 |
| Binary | 10100 | 1010011 | 10111111 | 1011010 | 111001 | 0 | 11001 | 11011010 | 1010001 | 101001 |
Color Harmonies of #1453BF
Complementary color
Monochromatic Colors of #1453BF
Black with #1453BF
Text Example
Text Example
White with #1453BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453BF; }
p { color: rgb(20,83,191); }
H1.HeaderClassName
{
color: #1453BF;
}
.AnyTagClassName
{
color: #1453BF;
}
</style>
background-color css
<style>
a { background-color: #1453BF; }
a { background-color: rgb(20,83,191); }
div.DivClassName
{
background-color: #1453BF;
}
.BgClassName
{
background-color: #1453BF;
}
</style>
border-color css
<style>
span { border-color: #1453BF; }
span { border-color: rgb(20,83,191); }
td.TdClassName
{
border-color: #1453BF;
}
.TagClassName
{
border-color: #1453BF;
}
</style>