Shades of Medium Blue #1419BF
Tints of Medium Blue #1419BF
RGB
CMYK
RGB Variations
Color information
#1419BF (or 0x1419BF) is known color: Medium Blue. HEX triplet: 14, 19 and BF. RGB value is (20,25,191). Sum of RGB (Red+Green+Blue) = 20+25+191=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 191 (75% from 255 or 80.93% from 236); Max value from RGB is 191 - color contains mainly: blue. Hex color #1419BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419BF is #EBE640. Grayscale: #292929. Windows color (decimal): -15459905 or 12523796. OLE color: 12523796.
HSL color Cylindrical-coordinate representation of color #1419BF: hue angle of 238.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1419BF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 25 | 191 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.25 |
| HSL | 238.25º | 0.81% | 0.41% | - |
| HSV(B) | 238.25º | 0.9% | 0.75% | - |
| XYZ | 10.04 | 4.61 | 49.65 | - |
| YUV | 42.43 | 211.84 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 191 | 0.90 | 0.87 | 0 | 0.25 | 238.25 | 0.81 | 0.41 |
| Hex | 14 | 19 | BF | 5A | 57 | 0 | 19 | EE | 51 | 29 |
| Octal | 24 | 31 | 277 | 132 | 127 | 0 | 31 | 356 | 121 | 51 |
| Binary | 10100 | 11001 | 10111111 | 1011010 | 1010111 | 0 | 11001 | 11101110 | 1010001 | 101001 |
Color Harmonies of #1419BF
Complementary color
Monochromatic Colors of #1419BF
Black with #1419BF
Text Example
Text Example
White with #1419BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419BF; }
p { color: rgb(20,25,191); }
H1.HeaderClassName
{
color: #1419BF;
}
.AnyTagClassName
{
color: #1419BF;
}
</style>
background-color css
<style>
a { background-color: #1419BF; }
a { background-color: rgb(20,25,191); }
div.DivClassName
{
background-color: #1419BF;
}
.BgClassName
{
background-color: #1419BF;
}
</style>
border-color css
<style>
span { border-color: #1419BF; }
span { border-color: rgb(20,25,191); }
td.TdClassName
{
border-color: #1419BF;
}
.TagClassName
{
border-color: #1419BF;
}
</style>