Shades of Denim #1452D9
Tints of Denim #1452D9
RGB
CMYK
RGB Variations
Color information
#1452D9 (or 0x1452D9) is known color: Denim. HEX triplet: 14, 52 and D9. RGB value is (20,82,217). Sum of RGB (Red+Green+Blue) = 20+82+217=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #1452D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452D9 is #EBAD26. Grayscale: #4E4E4E. Windows color (decimal): -15445287 or 14242324. OLE color: 14242324.
HSL color Cylindrical-coordinate representation of color #1452D9: hue angle of 221.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1452D9 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 82 | 217 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.15 |
| HSL | 221.12º | 0.83% | 0.46% | - |
| HSV(B) | 221.12º | 0.91% | 0.85% | - |
| XYZ | 15.83 | 11.19 | 66.97 | - |
| YUV | 78.85 | 205.96 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 217 | 0.91 | 0.62 | 0 | 0.15 | 221.12 | 0.83 | 0.46 |
| Hex | 14 | 52 | D9 | 5B | 3E | 0 | F | DD | 53 | 2E |
| Octal | 24 | 122 | 331 | 133 | 76 | 0 | 17 | 335 | 123 | 56 |
| Binary | 10100 | 1010010 | 11011001 | 1011011 | 111110 | 0 | 1111 | 11011101 | 1010011 | 101110 |
Color Harmonies of #1452D9
Complementary color
Monochromatic Colors of #1452D9
Black with #1452D9
Text Example
Text Example
White with #1452D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452D9; }
p { color: rgb(20,82,217); }
H1.HeaderClassName
{
color: #1452D9;
}
.AnyTagClassName
{
color: #1452D9;
}
</style>
background-color css
<style>
a { background-color: #1452D9; }
a { background-color: rgb(20,82,217); }
div.DivClassName
{
background-color: #1452D9;
}
.BgClassName
{
background-color: #1452D9;
}
</style>
border-color css
<style>
span { border-color: #1452D9; }
span { border-color: rgb(20,82,217); }
td.TdClassName
{
border-color: #1452D9;
}
.TagClassName
{
border-color: #1452D9;
}
</style>