Shades of Medium Blue #1912BB
Tints of Medium Blue #1912BB
RGB
CMYK
RGB Variations
Color information
#1912BB (or 0x1912BB) is known color: Medium Blue. HEX triplet: 19, 12 and BB. RGB value is (25,18,187). Sum of RGB (Red+Green+Blue) = 25+18+187=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #1912BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912BB is #E6ED44. Grayscale: #262626. Windows color (decimal): -15134021 or 12259865. OLE color: 12259865.
HSL color Cylindrical-coordinate representation of color #1912BB: hue angle of 242.49º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1912BB is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 18 | 187 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.27 |
| HSL | 242.49º | 0.82% | 0.4% | - |
| HSV(B) | 242.49º | 0.9% | 0.73% | - |
| XYZ | 9.59 | 4.23 | 47.32 | - |
| YUV | 39.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 187 | 0.87 | 0.90 | 0 | 0.27 | 242.49 | 0.82 | 0.4 |
| Hex | 19 | 12 | BB | 57 | 5A | 0 | 1B | F2 | 52 | 28 |
| Octal | 31 | 22 | 273 | 127 | 132 | 0 | 33 | 362 | 122 | 50 |
| Binary | 11001 | 10010 | 10111011 | 1010111 | 1011010 | 0 | 11011 | 11110010 | 1010010 | 101000 |
Color Harmonies of #1912BB
Complementary color
Monochromatic Colors of #1912BB
Black with #1912BB
Text Example
Text Example
White with #1912BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1912BB; }
p { color: rgb(25,18,187); }
H1.HeaderClassName
{
color: #1912BB;
}
.AnyTagClassName
{
color: #1912BB;
}
</style>
background-color css
<style>
a { background-color: #1912BB; }
a { background-color: rgb(25,18,187); }
div.DivClassName
{
background-color: #1912BB;
}
.BgClassName
{
background-color: #1912BB;
}
</style>
border-color css
<style>
span { border-color: #1912BB; }
span { border-color: rgb(25,18,187); }
td.TdClassName
{
border-color: #1912BB;
}
.TagClassName
{
border-color: #1912BB;
}
</style>