Shades of Medium Blue #1916BD
Tints of Medium Blue #1916BD
RGB
CMYK
RGB Variations
Color information
#1916BD (or 0x1916BD) is known color: Medium Blue. HEX triplet: 19, 16 and BD. RGB value is (25,22,189). Sum of RGB (Red+Green+Blue) = 25+22+189=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #1916BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1916BD is #E6E942. Grayscale: #292929. Windows color (decimal): -15132995 or 12391961. OLE color: 12391961.
HSL color Cylindrical-coordinate representation of color #1916BD: hue angle of 241.08º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1916BD is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 22 | 189 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.26 |
| HSL | 241.08º | 0.79% | 0.41% | - |
| HSV(B) | 241.08º | 0.88% | 0.74% | - |
| XYZ | 9.87 | 4.45 | 48.48 | - |
| YUV | 41.94 | 210.99 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 189 | 0.87 | 0.88 | 0 | 0.26 | 241.08 | 0.79 | 0.41 |
| Hex | 19 | 16 | BD | 57 | 58 | 0 | 1A | F1 | 4F | 29 |
| Octal | 31 | 26 | 275 | 127 | 130 | 0 | 32 | 361 | 117 | 51 |
| Binary | 11001 | 10110 | 10111101 | 1010111 | 1011000 | 0 | 11010 | 11110001 | 1001111 | 101001 |
Color Harmonies of #1916BD
Complementary color
Monochromatic Colors of #1916BD
Black with #1916BD
Text Example
Text Example
White with #1916BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1916BD; }
p { color: rgb(25,22,189); }
H1.HeaderClassName
{
color: #1916BD;
}
.AnyTagClassName
{
color: #1916BD;
}
</style>
background-color css
<style>
a { background-color: #1916BD; }
a { background-color: rgb(25,22,189); }
div.DivClassName
{
background-color: #1916BD;
}
.BgClassName
{
background-color: #1916BD;
}
</style>
border-color css
<style>
span { border-color: #1916BD; }
span { border-color: rgb(25,22,189); }
td.TdClassName
{
border-color: #1916BD;
}
.TagClassName
{
border-color: #1916BD;
}
</style>