Shades of Medium Blue #1915BA
Tints of Medium Blue #1915BA
RGB
CMYK
RGB Variations
Color information
#1915BA (or 0x1915BA) is known color: Medium Blue. HEX triplet: 19, 15 and BA. RGB value is (25,21,186). Sum of RGB (Red+Green+Blue) = 25+21+186=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1915BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915BA is #E6EA45. Grayscale: #282828. Windows color (decimal): -15133254 or 12195097. OLE color: 12195097.
HSL color Cylindrical-coordinate representation of color #1915BA: hue angle of 241.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1915BA is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 21 | 186 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.27 |
| HSL | 241.45º | 0.8% | 0.41% | - |
| HSV(B) | 241.45º | 0.89% | 0.73% | - |
| XYZ | 9.53 | 4.29 | 46.78 | - |
| YUV | 41.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 186 | 0.87 | 0.89 | 0 | 0.27 | 241.45 | 0.8 | 0.41 |
| Hex | 19 | 15 | BA | 57 | 59 | 0 | 1B | F1 | 50 | 29 |
| Octal | 31 | 25 | 272 | 127 | 131 | 0 | 33 | 361 | 120 | 51 |
| Binary | 11001 | 10101 | 10111010 | 1010111 | 1011001 | 0 | 11011 | 11110001 | 1010000 | 101001 |
Color Harmonies of #1915BA
Complementary color
Monochromatic Colors of #1915BA
Black with #1915BA
Text Example
Text Example
White with #1915BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915BA; }
p { color: rgb(25,21,186); }
H1.HeaderClassName
{
color: #1915BA;
}
.AnyTagClassName
{
color: #1915BA;
}
</style>
background-color css
<style>
a { background-color: #1915BA; }
a { background-color: rgb(25,21,186); }
div.DivClassName
{
background-color: #1915BA;
}
.BgClassName
{
background-color: #1915BA;
}
</style>
border-color css
<style>
span { border-color: #1915BA; }
span { border-color: rgb(25,21,186); }
td.TdClassName
{
border-color: #1915BA;
}
.TagClassName
{
border-color: #1915BA;
}
</style>