Shades of Medium Blue #1910BB
Tints of Medium Blue #1910BB
RGB
CMYK
RGB Variations
Color information
#1910BB (or 0x1910BB) is known color: Medium Blue. HEX triplet: 19, 10 and BB. RGB value is (25,16,187). Sum of RGB (Red+Green+Blue) = 25+16+187=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #1910BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1910BB is #E6EF44. Grayscale: #252525. Windows color (decimal): -15134533 or 12259353. OLE color: 12259353.
HSL color Cylindrical-coordinate representation of color #1910BB: hue angle of 243.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1910BB is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 16 | 187 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.27 |
| HSL | 243.16º | 0.84% | 0.4% | - |
| HSV(B) | 243.16º | 0.91% | 0.73% | - |
| XYZ | 9.56 | 4.17 | 47.31 | - |
| YUV | 38.19 | 211.98 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 187 | 0.87 | 0.91 | 0 | 0.27 | 243.16 | 0.84 | 0.4 |
| Hex | 19 | 10 | BB | 57 | 5B | 0 | 1B | F3 | 54 | 28 |
| Octal | 31 | 20 | 273 | 127 | 133 | 0 | 33 | 363 | 124 | 50 |
| Binary | 11001 | 10000 | 10111011 | 1010111 | 1011011 | 0 | 11011 | 11110011 | 1010100 | 101000 |
Color Harmonies of #1910BB
Complementary color
Monochromatic Colors of #1910BB
Black with #1910BB
Text Example
Text Example
White with #1910BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1910BB; }
p { color: rgb(25,16,187); }
H1.HeaderClassName
{
color: #1910BB;
}
.AnyTagClassName
{
color: #1910BB;
}
</style>
background-color css
<style>
a { background-color: #1910BB; }
a { background-color: rgb(25,16,187); }
div.DivClassName
{
background-color: #1910BB;
}
.BgClassName
{
background-color: #1910BB;
}
</style>
border-color css
<style>
span { border-color: #1910BB; }
span { border-color: rgb(25,16,187); }
td.TdClassName
{
border-color: #1910BB;
}
.TagClassName
{
border-color: #1910BB;
}
</style>