Shades of Medium Blue #1419DA
Tints of Medium Blue #1419DA
RGB
CMYK
RGB Variations
Color information
#1419DA (or 0x1419DA) is known color: Medium Blue. HEX triplet: 14, 19 and DA. RGB value is (20,25,218). Sum of RGB (Red+Green+Blue) = 20+25+218=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #1419DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419DA is #EBE625. Grayscale: #2C2C2C. Windows color (decimal): -15459878 or 14293268. OLE color: 14293268.
HSL color Cylindrical-coordinate representation of color #1419DA: hue angle of 238.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1419DA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 25 | 218 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.15 |
| HSL | 238.48º | 0.83% | 0.47% | - |
| HSV(B) | 238.48º | 0.91% | 0.85% | - |
| XYZ | 13.29 | 5.91 | 66.77 | - |
| YUV | 45.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 218 | 0.91 | 0.89 | 0 | 0.15 | 238.48 | 0.83 | 0.47 |
| Hex | 14 | 19 | DA | 5B | 59 | 0 | F | EE | 53 | 2F |
| Octal | 24 | 31 | 332 | 133 | 131 | 0 | 17 | 356 | 123 | 57 |
| Binary | 10100 | 11001 | 11011010 | 1011011 | 1011001 | 0 | 1111 | 11101110 | 1010011 | 101111 |
Color Harmonies of #1419DA
Complementary color
Monochromatic Colors of #1419DA
Black with #1419DA
Text Example
Text Example
White with #1419DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419DA; }
p { color: rgb(20,25,218); }
H1.HeaderClassName
{
color: #1419DA;
}
.AnyTagClassName
{
color: #1419DA;
}
</style>
background-color css
<style>
a { background-color: #1419DA; }
a { background-color: rgb(20,25,218); }
div.DivClassName
{
background-color: #1419DA;
}
.BgClassName
{
background-color: #1419DA;
}
</style>
border-color css
<style>
span { border-color: #1419DA; }
span { border-color: rgb(20,25,218); }
td.TdClassName
{
border-color: #1419DA;
}
.TagClassName
{
border-color: #1419DA;
}
</style>