Shades of Denim #1453AF
Tints of Denim #1453AF
RGB
CMYK
RGB Variations
Color information
#1453AF (or 0x1453AF) is known color: Denim. HEX triplet: 14, 53 and AF. RGB value is (20,83,175). Sum of RGB (Red+Green+Blue) = 20+83+175=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1453AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1453AF is #EBAC50. Grayscale: #4A4A4A. Windows color (decimal): -15445073 or 11490068. OLE color: 11490068.
HSL color Cylindrical-coordinate representation of color #1453AF: hue angle of 215.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1453AF is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 83 | 175 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.31 |
| HSL | 215.61º | 0.79% | 0.38% | - |
| HSV(B) | 215.61º | 0.89% | 0.69% | - |
| XYZ | 11.12 | 9.43 | 41.79 | - |
| YUV | 74.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 175 | 0.89 | 0.53 | 0 | 0.31 | 215.61 | 0.79 | 0.38 |
| Hex | 14 | 53 | AF | 59 | 35 | 0 | 1F | D8 | 4F | 26 |
| Octal | 24 | 123 | 257 | 131 | 65 | 0 | 37 | 330 | 117 | 46 |
| Binary | 10100 | 1010011 | 10101111 | 1011001 | 110101 | 0 | 11111 | 11011000 | 1001111 | 100110 |
Color Harmonies of #1453AF
Complementary color
Monochromatic Colors of #1453AF
Black with #1453AF
Text Example
Text Example
White with #1453AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453AF; }
p { color: rgb(20,83,175); }
H1.HeaderClassName
{
color: #1453AF;
}
.AnyTagClassName
{
color: #1453AF;
}
</style>
background-color css
<style>
a { background-color: #1453AF; }
a { background-color: rgb(20,83,175); }
div.DivClassName
{
background-color: #1453AF;
}
.BgClassName
{
background-color: #1453AF;
}
</style>
border-color css
<style>
span { border-color: #1453AF; }
span { border-color: rgb(20,83,175); }
td.TdClassName
{
border-color: #1453AF;
}
.TagClassName
{
border-color: #1453AF;
}
</style>