Shades of Medium Blue #1419DB
Tints of Medium Blue #1419DB
RGB
CMYK
RGB Variations
Color information
#1419DB (or 0x1419DB) is known color: Medium Blue. HEX triplet: 14, 19 and DB. RGB value is (20,25,219). Sum of RGB (Red+Green+Blue) = 20+25+219=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #1419DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419DB is #EBE624. Grayscale: #2C2C2C. Windows color (decimal): -15459877 or 14358804. OLE color: 14358804.
HSL color Cylindrical-coordinate representation of color #1419DB: hue angle of 238.49º 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 #1419DB is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 25 | 219 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.14 |
| HSL | 238.49º | 0.83% | 0.47% | - |
| HSV(B) | 238.49º | 0.91% | 0.86% | - |
| XYZ | 13.42 | 5.96 | 67.46 | - |
| YUV | 45.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 219 | 0.91 | 0.89 | 0 | 0.14 | 238.49 | 0.83 | 0.47 |
| Hex | 14 | 19 | DB | 5B | 59 | 0 | E | EE | 53 | 2F |
| Octal | 24 | 31 | 333 | 133 | 131 | 0 | 16 | 356 | 123 | 57 |
| Binary | 10100 | 11001 | 11011011 | 1011011 | 1011001 | 0 | 1110 | 11101110 | 1010011 | 101111 |
Color Harmonies of #1419DB
Complementary color
Monochromatic Colors of #1419DB
Black with #1419DB
Text Example
Text Example
White with #1419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419DB; }
p { color: rgb(20,25,219); }
H1.HeaderClassName
{
color: #1419DB;
}
.AnyTagClassName
{
color: #1419DB;
}
</style>
background-color css
<style>
a { background-color: #1419DB; }
a { background-color: rgb(20,25,219); }
div.DivClassName
{
background-color: #1419DB;
}
.BgClassName
{
background-color: #1419DB;
}
</style>
border-color css
<style>
span { border-color: #1419DB; }
span { border-color: rgb(20,25,219); }
td.TdClassName
{
border-color: #1419DB;
}
.TagClassName
{
border-color: #1419DB;
}
</style>