Shades of Medium Blue #1914BD
Tints of Medium Blue #1914BD
RGB
CMYK
RGB Variations
Color information
#1914BD (or 0x1914BD) is known color: Medium Blue. HEX triplet: 19, 14 and BD. RGB value is (25,20,189). Sum of RGB (Red+Green+Blue) = 25+20+189=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #1914BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914BD is #E6EB42. Grayscale: #282828. Windows color (decimal): -15133507 or 12391449. OLE color: 12391449.
HSL color Cylindrical-coordinate representation of color #1914BD: hue angle of 241.78º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1914BD is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 20 | 189 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.26 |
| HSL | 241.78º | 0.81% | 0.41% | - |
| HSV(B) | 241.78º | 0.89% | 0.74% | - |
| XYZ | 9.84 | 4.38 | 48.47 | - |
| YUV | 40.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 189 | 0.87 | 0.89 | 0 | 0.26 | 241.78 | 0.81 | 0.41 |
| Hex | 19 | 14 | BD | 57 | 59 | 0 | 1A | F2 | 51 | 29 |
| Octal | 31 | 24 | 275 | 127 | 131 | 0 | 32 | 362 | 121 | 51 |
| Binary | 11001 | 10100 | 10111101 | 1010111 | 1011001 | 0 | 11010 | 11110010 | 1010001 | 101001 |
Color Harmonies of #1914BD
Complementary color
Monochromatic Colors of #1914BD
Black with #1914BD
Text Example
Text Example
White with #1914BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914BD; }
p { color: rgb(25,20,189); }
H1.HeaderClassName
{
color: #1914BD;
}
.AnyTagClassName
{
color: #1914BD;
}
</style>
background-color css
<style>
a { background-color: #1914BD; }
a { background-color: rgb(25,20,189); }
div.DivClassName
{
background-color: #1914BD;
}
.BgClassName
{
background-color: #1914BD;
}
</style>
border-color css
<style>
span { border-color: #1914BD; }
span { border-color: rgb(25,20,189); }
td.TdClassName
{
border-color: #1914BD;
}
.TagClassName
{
border-color: #1914BD;
}
</style>