Shades of Medium Blue #1901BB
Tints of Medium Blue #1901BB
RGB
CMYK
RGB Variations
Color information
#1901BB (or 0x1901BB) is known color: Medium Blue. HEX triplet: 19, 01 and BB. RGB value is (25,1,187). Sum of RGB (Red+Green+Blue) = 25+1+187=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #1901BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901BB is #E6FE44. Grayscale: #1C1C1C. Windows color (decimal): -15138373 or 12255513. OLE color: 12255513.
HSL color Cylindrical-coordinate representation of color #1901BB: hue angle of 247.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901BB is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 1 | 187 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.27 |
| HSL | 247.74º | 0.99% | 0.37% | - |
| HSV(B) | 247.74º | 0.99% | 0.73% | - |
| XYZ | 9.38 | 3.82 | 47.26 | - |
| YUV | 29.38 | 216.95 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 187 | 0.87 | 0.99 | 0 | 0.27 | 247.74 | 0.99 | 0.37 |
| Hex | 19 | 1 | BB | 57 | 63 | 0 | 1B | F8 | 63 | 25 |
| Octal | 31 | 1 | 273 | 127 | 143 | 0 | 33 | 370 | 143 | 45 |
| Binary | 11001 | 1 | 10111011 | 1010111 | 1100011 | 0 | 11011 | 11111000 | 1100011 | 100101 |
Color Harmonies of #1901BB
Complementary color
Monochromatic Colors of #1901BB
Black with #1901BB
Text Example
Text Example
White with #1901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901BB; }
p { color: rgb(25,1,187); }
H1.HeaderClassName
{
color: #1901BB;
}
.AnyTagClassName
{
color: #1901BB;
}
</style>
background-color css
<style>
a { background-color: #1901BB; }
a { background-color: rgb(25,1,187); }
div.DivClassName
{
background-color: #1901BB;
}
.BgClassName
{
background-color: #1901BB;
}
</style>
border-color css
<style>
span { border-color: #1901BB; }
span { border-color: rgb(25,1,187); }
td.TdClassName
{
border-color: #1901BB;
}
.TagClassName
{
border-color: #1901BB;
}
</style>