Shades of Medium Blue #1908BA
Tints of Medium Blue #1908BA
RGB
CMYK
RGB Variations
Color information
#1908BA (or 0x1908BA) is known color: Medium Blue. HEX triplet: 19, 08 and BA. RGB value is (25,8,186). Sum of RGB (Red+Green+Blue) = 25+8+186=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #1908BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1908BA is #E6F745. Grayscale: #202020. Windows color (decimal): -15136582 or 12191769. OLE color: 12191769.
HSL color Cylindrical-coordinate representation of color #1908BA: hue angle of 245.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1908BA is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 8 | 186 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.27 |
| HSL | 245.73º | 0.92% | 0.38% | - |
| HSV(B) | 245.73º | 0.96% | 0.73% | - |
| XYZ | 9.35 | 3.93 | 46.72 | - |
| YUV | 33.38 | 214.13 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 186 | 0.87 | 0.96 | 0 | 0.27 | 245.73 | 0.92 | 0.38 |
| Hex | 19 | 8 | BA | 57 | 60 | 0 | 1B | F6 | 5C | 26 |
| Octal | 31 | 10 | 272 | 127 | 140 | 0 | 33 | 366 | 134 | 46 |
| Binary | 11001 | 1000 | 10111010 | 1010111 | 1100000 | 0 | 11011 | 11110110 | 1011100 | 100110 |
Color Harmonies of #1908BA
Complementary color
Monochromatic Colors of #1908BA
Black with #1908BA
Text Example
Text Example
White with #1908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1908BA; }
p { color: rgb(25,8,186); }
H1.HeaderClassName
{
color: #1908BA;
}
.AnyTagClassName
{
color: #1908BA;
}
</style>
background-color css
<style>
a { background-color: #1908BA; }
a { background-color: rgb(25,8,186); }
div.DivClassName
{
background-color: #1908BA;
}
.BgClassName
{
background-color: #1908BA;
}
</style>
border-color css
<style>
span { border-color: #1908BA; }
span { border-color: rgb(25,8,186); }
td.TdClassName
{
border-color: #1908BA;
}
.TagClassName
{
border-color: #1908BA;
}
</style>