Shades of Medium Blue #1909BD
Tints of Medium Blue #1909BD
RGB
CMYK
RGB Variations
Color information
#1909BD (or 0x1909BD) is known color: Medium Blue. HEX triplet: 19, 09 and BD. RGB value is (25,9,189). Sum of RGB (Red+Green+Blue) = 25+9+189=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #1909BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909BD is #E6F642. Grayscale: #212121. Windows color (decimal): -15136323 or 12388633. OLE color: 12388633.
HSL color Cylindrical-coordinate representation of color #1909BD: hue angle of 245.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1909BD is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 9 | 189 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.26 |
| HSL | 245.33º | 0.91% | 0.39% | - |
| HSV(B) | 245.33º | 0.95% | 0.74% | - |
| XYZ | 9.68 | 4.08 | 48.42 | - |
| YUV | 34.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 189 | 0.87 | 0.95 | 0 | 0.26 | 245.33 | 0.91 | 0.39 |
| Hex | 19 | 9 | BD | 57 | 5F | 0 | 1A | F5 | 5B | 27 |
| Octal | 31 | 11 | 275 | 127 | 137 | 0 | 32 | 365 | 133 | 47 |
| Binary | 11001 | 1001 | 10111101 | 1010111 | 1011111 | 0 | 11010 | 11110101 | 1011011 | 100111 |
Color Harmonies of #1909BD
Complementary color
Monochromatic Colors of #1909BD
Black with #1909BD
Text Example
Text Example
White with #1909BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909BD; }
p { color: rgb(25,9,189); }
H1.HeaderClassName
{
color: #1909BD;
}
.AnyTagClassName
{
color: #1909BD;
}
</style>
background-color css
<style>
a { background-color: #1909BD; }
a { background-color: rgb(25,9,189); }
div.DivClassName
{
background-color: #1909BD;
}
.BgClassName
{
background-color: #1909BD;
}
</style>
border-color css
<style>
span { border-color: #1909BD; }
span { border-color: rgb(25,9,189); }
td.TdClassName
{
border-color: #1909BD;
}
.TagClassName
{
border-color: #1909BD;
}
</style>