Shades of Medium Blue #1915BD
Tints of Medium Blue #1915BD
RGB
CMYK
RGB Variations
Color information
#1915BD (or 0x1915BD) is known color: Medium Blue. HEX triplet: 19, 15 and BD. RGB value is (25,21,189). Sum of RGB (Red+Green+Blue) = 25+21+189=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #1915BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915BD is #E6EA42. Grayscale: #282828. Windows color (decimal): -15133251 or 12391705. OLE color: 12391705.
HSL color Cylindrical-coordinate representation of color #1915BD: hue angle of 241.43º degrees, saturation: 0.8, 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 #1915BD is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 21 | 189 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.26 |
| HSL | 241.43º | 0.8% | 0.41% | - |
| HSV(B) | 241.43º | 0.89% | 0.74% | - |
| XYZ | 9.85 | 4.42 | 48.48 | - |
| YUV | 41.35 | 211.33 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 189 | 0.87 | 0.89 | 0 | 0.26 | 241.43 | 0.8 | 0.41 |
| Hex | 19 | 15 | BD | 57 | 59 | 0 | 1A | F1 | 50 | 29 |
| Octal | 31 | 25 | 275 | 127 | 131 | 0 | 32 | 361 | 120 | 51 |
| Binary | 11001 | 10101 | 10111101 | 1010111 | 1011001 | 0 | 11010 | 11110001 | 1010000 | 101001 |
Color Harmonies of #1915BD
Complementary color
Monochromatic Colors of #1915BD
Black with #1915BD
Text Example
Text Example
White with #1915BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915BD; }
p { color: rgb(25,21,189); }
H1.HeaderClassName
{
color: #1915BD;
}
.AnyTagClassName
{
color: #1915BD;
}
</style>
background-color css
<style>
a { background-color: #1915BD; }
a { background-color: rgb(25,21,189); }
div.DivClassName
{
background-color: #1915BD;
}
.BgClassName
{
background-color: #1915BD;
}
</style>
border-color css
<style>
span { border-color: #1915BD; }
span { border-color: rgb(25,21,189); }
td.TdClassName
{
border-color: #1915BD;
}
.TagClassName
{
border-color: #1915BD;
}
</style>