Shades of Denim #1452DB
Tints of Denim #1452DB
RGB
CMYK
RGB Variations
Color information
#1452DB (or 0x1452DB) is known color: Denim. HEX triplet: 14, 52 and DB. RGB value is (20,82,219). Sum of RGB (Red+Green+Blue) = 20+82+219=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1452DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1452DB is #EBAD24. Grayscale: #4E4E4E. Windows color (decimal): -15445285 or 14373396. OLE color: 14373396.
HSL color Cylindrical-coordinate representation of color #1452DB: hue angle of 221.31º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1452DB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 82 | 219 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.14 |
| HSL | 221.31º | 0.83% | 0.47% | - |
| HSV(B) | 221.31º | 0.91% | 0.86% | - |
| XYZ | 16.09 | 11.3 | 68.35 | - |
| YUV | 79.08 | 206.96 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 219 | 0.91 | 0.63 | 0 | 0.14 | 221.31 | 0.83 | 0.47 |
| Hex | 14 | 52 | DB | 5B | 3F | 0 | E | DD | 53 | 2F |
| Octal | 24 | 122 | 333 | 133 | 77 | 0 | 16 | 335 | 123 | 57 |
| Binary | 10100 | 1010010 | 11011011 | 1011011 | 111111 | 0 | 1110 | 11011101 | 1010011 | 101111 |
Color Harmonies of #1452DB
Complementary color
Monochromatic Colors of #1452DB
Black with #1452DB
Text Example
Text Example
White with #1452DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452DB; }
p { color: rgb(20,82,219); }
H1.HeaderClassName
{
color: #1452DB;
}
.AnyTagClassName
{
color: #1452DB;
}
</style>
background-color css
<style>
a { background-color: #1452DB; }
a { background-color: rgb(20,82,219); }
div.DivClassName
{
background-color: #1452DB;
}
.BgClassName
{
background-color: #1452DB;
}
</style>
border-color css
<style>
span { border-color: #1452DB; }
span { border-color: rgb(20,82,219); }
td.TdClassName
{
border-color: #1452DB;
}
.TagClassName
{
border-color: #1452DB;
}
</style>