Shades of Medium Blue #1419BE
Tints of Medium Blue #1419BE
RGB
CMYK
RGB Variations
Color information
#1419BE (or 0x1419BE) is known color: Medium Blue. HEX triplet: 14, 19 and BE. RGB value is (20,25,190). Sum of RGB (Red+Green+Blue) = 20+25+190=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1419BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419BE is #EBE641. Grayscale: #292929. Windows color (decimal): -15459906 or 12458260. OLE color: 12458260.
HSL color Cylindrical-coordinate representation of color #1419BE: hue angle of 238.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1419BE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 25 | 190 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.25 |
| HSL | 238.24º | 0.81% | 0.41% | - |
| HSV(B) | 238.24º | 0.89% | 0.75% | - |
| XYZ | 9.93 | 4.56 | 49.07 | - |
| YUV | 42.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 190 | 0.89 | 0.87 | 0 | 0.25 | 238.24 | 0.81 | 0.41 |
| Hex | 14 | 19 | BE | 59 | 57 | 0 | 19 | EE | 51 | 29 |
| Octal | 24 | 31 | 276 | 131 | 127 | 0 | 31 | 356 | 121 | 51 |
| Binary | 10100 | 11001 | 10111110 | 1011001 | 1010111 | 0 | 11001 | 11101110 | 1010001 | 101001 |
Color Harmonies of #1419BE
Complementary color
Monochromatic Colors of #1419BE
Black with #1419BE
Text Example
Text Example
White with #1419BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419BE; }
p { color: rgb(20,25,190); }
H1.HeaderClassName
{
color: #1419BE;
}
.AnyTagClassName
{
color: #1419BE;
}
</style>
background-color css
<style>
a { background-color: #1419BE; }
a { background-color: rgb(20,25,190); }
div.DivClassName
{
background-color: #1419BE;
}
.BgClassName
{
background-color: #1419BE;
}
</style>
border-color css
<style>
span { border-color: #1419BE; }
span { border-color: rgb(20,25,190); }
td.TdClassName
{
border-color: #1419BE;
}
.TagClassName
{
border-color: #1419BE;
}
</style>