Shades of Medium Blue #1914DA
Tints of Medium Blue #1914DA
RGB
CMYK
RGB Variations
Color information
#1914DA (or 0x1914DA) is known color: Medium Blue. HEX triplet: 19, 14 and DA. RGB value is (25,20,218). Sum of RGB (Red+Green+Blue) = 25+20+218=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 20 (8.20% from 255 or 7.60% 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 #1914DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914DA is #E6EB25. Grayscale: #2B2B2B. Windows color (decimal): -15133478 or 14291993. OLE color: 14291993.
HSL color Cylindrical-coordinate representation of color #1914DA: hue angle of 241.52º 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 #1914DA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 20 | 218 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.15 |
| HSL | 241.52º | 0.83% | 0.47% | - |
| HSV(B) | 241.52º | 0.91% | 0.85% | - |
| XYZ | 13.31 | 5.77 | 66.74 | - |
| YUV | 44.07 | 226.16 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 218 | 0.89 | 0.91 | 0 | 0.15 | 241.52 | 0.83 | 0.47 |
| Hex | 19 | 14 | DA | 59 | 5B | 0 | F | F2 | 53 | 2F |
| Octal | 31 | 24 | 332 | 131 | 133 | 0 | 17 | 362 | 123 | 57 |
| Binary | 11001 | 10100 | 11011010 | 1011001 | 1011011 | 0 | 1111 | 11110010 | 1010011 | 101111 |
Color Harmonies of #1914DA
Complementary color
Monochromatic Colors of #1914DA
Black with #1914DA
Text Example
Text Example
White with #1914DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914DA; }
p { color: rgb(25,20,218); }
H1.HeaderClassName
{
color: #1914DA;
}
.AnyTagClassName
{
color: #1914DA;
}
</style>
background-color css
<style>
a { background-color: #1914DA; }
a { background-color: rgb(25,20,218); }
div.DivClassName
{
background-color: #1914DA;
}
.BgClassName
{
background-color: #1914DA;
}
</style>
border-color css
<style>
span { border-color: #1914DA; }
span { border-color: rgb(25,20,218); }
td.TdClassName
{
border-color: #1914DA;
}
.TagClassName
{
border-color: #1914DA;
}
</style>