Shades of Medium Blue #1907BB
Tints of Medium Blue #1907BB
RGB
CMYK
RGB Variations
Color information
#1907BB (or 0x1907BB) is known color: Medium Blue. HEX triplet: 19, 07 and BB. RGB value is (25,7,187). Sum of RGB (Red+Green+Blue) = 25+7+187=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #1907BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1907BB is #E6F844. Grayscale: #202020. Windows color (decimal): -15136837 or 12257049. OLE color: 12257049.
HSL color Cylindrical-coordinate representation of color #1907BB: hue angle of 246º degrees, saturation: 0.93, 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 #1907BB is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 7 | 187 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.27 |
| HSL | 246º | 0.93% | 0.38% | - |
| HSV(B) | 246º | 0.96% | 0.73% | - |
| XYZ | 9.45 | 3.95 | 47.28 | - |
| YUV | 32.9 | 214.96 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 187 | 0.87 | 0.96 | 0 | 0.27 | 246 | 0.93 | 0.38 |
| Hex | 19 | 7 | BB | 57 | 60 | 0 | 1B | F6 | 5D | 26 |
| Octal | 31 | 7 | 273 | 127 | 140 | 0 | 33 | 366 | 135 | 46 |
| Binary | 11001 | 111 | 10111011 | 1010111 | 1100000 | 0 | 11011 | 11110110 | 1011101 | 100110 |
Color Harmonies of #1907BB
Complementary color
Monochromatic Colors of #1907BB
Black with #1907BB
Text Example
Text Example
White with #1907BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1907BB; }
p { color: rgb(25,7,187); }
H1.HeaderClassName
{
color: #1907BB;
}
.AnyTagClassName
{
color: #1907BB;
}
</style>
background-color css
<style>
a { background-color: #1907BB; }
a { background-color: rgb(25,7,187); }
div.DivClassName
{
background-color: #1907BB;
}
.BgClassName
{
background-color: #1907BB;
}
</style>
border-color css
<style>
span { border-color: #1907BB; }
span { border-color: rgb(25,7,187); }
td.TdClassName
{
border-color: #1907BB;
}
.TagClassName
{
border-color: #1907BB;
}
</style>