Shades of Medium Blue #1909BB
Tints of Medium Blue #1909BB
RGB
CMYK
RGB Variations
Color information
#1909BB (or 0x1909BB) is known color: Medium Blue. HEX triplet: 19, 09 and BB. RGB value is (25,9,187). Sum of RGB (Red+Green+Blue) = 25+9+187=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #1909BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1909BB is #E6F644. Grayscale: #212121. Windows color (decimal): -15136325 or 12257561. OLE color: 12257561.
HSL color Cylindrical-coordinate representation of color #1909BB: hue angle of 245.39º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1909BB is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 9 | 187 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.27 |
| HSL | 245.39º | 0.91% | 0.38% | - |
| HSV(B) | 245.39º | 0.95% | 0.73% | - |
| XYZ | 9.47 | 3.99 | 47.28 | - |
| YUV | 34.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 187 | 0.87 | 0.95 | 0 | 0.27 | 245.39 | 0.91 | 0.38 |
| Hex | 19 | 9 | BB | 57 | 5F | 0 | 1B | F5 | 5B | 26 |
| Octal | 31 | 11 | 273 | 127 | 137 | 0 | 33 | 365 | 133 | 46 |
| Binary | 11001 | 1001 | 10111011 | 1010111 | 1011111 | 0 | 11011 | 11110101 | 1011011 | 100110 |
Color Harmonies of #1909BB
Complementary color
Monochromatic Colors of #1909BB
Black with #1909BB
Text Example
Text Example
White with #1909BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909BB; }
p { color: rgb(25,9,187); }
H1.HeaderClassName
{
color: #1909BB;
}
.AnyTagClassName
{
color: #1909BB;
}
</style>
background-color css
<style>
a { background-color: #1909BB; }
a { background-color: rgb(25,9,187); }
div.DivClassName
{
background-color: #1909BB;
}
.BgClassName
{
background-color: #1909BB;
}
</style>
border-color css
<style>
span { border-color: #1909BB; }
span { border-color: rgb(25,9,187); }
td.TdClassName
{
border-color: #1909BB;
}
.TagClassName
{
border-color: #1909BB;
}
</style>