Shades of Medium Blue #1906BA
Tints of Medium Blue #1906BA
RGB
CMYK
RGB Variations
Color information
#1906BA (or 0x1906BA) is known color: Medium Blue. HEX triplet: 19, 06 and BA. RGB value is (25,6,186). Sum of RGB (Red+Green+Blue) = 25+6+186=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1906BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1906BA is #E6F945. Grayscale: #1F1F1F. Windows color (decimal): -15137094 or 12191257. OLE color: 12191257.
HSL color Cylindrical-coordinate representation of color #1906BA: hue angle of 246.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1906BA is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 6 | 186 | - |
| CMYK | 0.87 | 0.97 | 0 | 0.27 |
| HSL | 246.33º | 0.94% | 0.38% | - |
| HSV(B) | 246.33º | 0.97% | 0.73% | - |
| XYZ | 9.33 | 3.88 | 46.71 | - |
| YUV | 32.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 186 | 0.87 | 0.97 | 0 | 0.27 | 246.33 | 0.94 | 0.38 |
| Hex | 19 | 6 | BA | 57 | 61 | 0 | 1B | F6 | 5E | 26 |
| Octal | 31 | 6 | 272 | 127 | 141 | 0 | 33 | 366 | 136 | 46 |
| Binary | 11001 | 110 | 10111010 | 1010111 | 1100001 | 0 | 11011 | 11110110 | 1011110 | 100110 |
Color Harmonies of #1906BA
Complementary color
Monochromatic Colors of #1906BA
Black with #1906BA
Text Example
Text Example
White with #1906BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1906BA; }
p { color: rgb(25,6,186); }
H1.HeaderClassName
{
color: #1906BA;
}
.AnyTagClassName
{
color: #1906BA;
}
</style>
background-color css
<style>
a { background-color: #1906BA; }
a { background-color: rgb(25,6,186); }
div.DivClassName
{
background-color: #1906BA;
}
.BgClassName
{
background-color: #1906BA;
}
</style>
border-color css
<style>
span { border-color: #1906BA; }
span { border-color: rgb(25,6,186); }
td.TdClassName
{
border-color: #1906BA;
}
.TagClassName
{
border-color: #1906BA;
}
</style>