Shades of Denim #1450DB
Tints of Denim #1450DB
RGB
CMYK
RGB Variations
Color information
#1450DB (or 0x1450DB) is known color: Denim. HEX triplet: 14, 50 and DB. RGB value is (20,80,219). Sum of RGB (Red+Green+Blue) = 20+80+219=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #1450DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450DB is #EBAF24. Grayscale: #4D4D4D. Windows color (decimal): -15445797 or 14372884. OLE color: 14372884.
HSL color Cylindrical-coordinate representation of color #1450DB: hue angle of 221.91º 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 #1450DB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 80 | 219 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.14 |
| HSL | 221.91º | 0.83% | 0.47% | - |
| HSV(B) | 221.91º | 0.91% | 0.86% | - |
| XYZ | 15.94 | 11 | 68.3 | - |
| YUV | 77.91 | 207.62 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 219 | 0.91 | 0.63 | 0 | 0.14 | 221.91 | 0.83 | 0.47 |
| Hex | 14 | 50 | DB | 5B | 3F | 0 | E | DE | 53 | 2F |
| Octal | 24 | 120 | 333 | 133 | 77 | 0 | 16 | 336 | 123 | 57 |
| Binary | 10100 | 1010000 | 11011011 | 1011011 | 111111 | 0 | 1110 | 11011110 | 1010011 | 101111 |
Color Harmonies of #1450DB
Complementary color
Monochromatic Colors of #1450DB
Black with #1450DB
Text Example
Text Example
White with #1450DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450DB; }
p { color: rgb(20,80,219); }
H1.HeaderClassName
{
color: #1450DB;
}
.AnyTagClassName
{
color: #1450DB;
}
</style>
background-color css
<style>
a { background-color: #1450DB; }
a { background-color: rgb(20,80,219); }
div.DivClassName
{
background-color: #1450DB;
}
.BgClassName
{
background-color: #1450DB;
}
</style>
border-color css
<style>
span { border-color: #1450DB; }
span { border-color: rgb(20,80,219); }
td.TdClassName
{
border-color: #1450DB;
}
.TagClassName
{
border-color: #1450DB;
}
</style>