Shades of Medium Blue #190BE3
Tints of Medium Blue #190BE3
RGB
CMYK
RGB Variations
Color information
#190BE3 (or 0x190BE3) is known color: Medium Blue. HEX triplet: 19, 0B and E3. RGB value is (25,11,227). Sum of RGB (Red+Green+Blue) = 25+11+227=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 227 (89.06% from 255 or 86.31% from 263); Max value from RGB is 227 - color contains mainly: blue. Hex color #190BE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BE3 is #E6F41C. Grayscale: #262626. Windows color (decimal): -15135773 or 14879513. OLE color: 14879513.
HSL color Cylindrical-coordinate representation of color #190BE3: hue angle of 243.89º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190BE3 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 11 | 227 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.11 |
| HSL | 243.89º | 0.91% | 0.47% | - |
| HSV(B) | 243.89º | 0.95% | 0.89% | - |
| XYZ | 14.39 | 5.99 | 73.07 | - |
| YUV | 39.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 227 | 0.89 | 0.95 | 0 | 0.11 | 243.89 | 0.91 | 0.47 |
| Hex | 19 | B | E3 | 59 | 5F | 0 | B | F4 | 5B | 2F |
| Octal | 31 | 13 | 343 | 131 | 137 | 0 | 13 | 364 | 133 | 57 |
| Binary | 11001 | 1011 | 11100011 | 1011001 | 1011111 | 0 | 1011 | 11110100 | 1011011 | 101111 |
Color Harmonies of #190BE3
Complementary color
Monochromatic Colors of #190BE3
Black with #190BE3
Text Example
Text Example
White with #190BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190BE3; }
p { color: rgb(25,11,227); }
H1.HeaderClassName
{
color: #190BE3;
}
.AnyTagClassName
{
color: #190BE3;
}
</style>
background-color css
<style>
a { background-color: #190BE3; }
a { background-color: rgb(25,11,227); }
div.DivClassName
{
background-color: #190BE3;
}
.BgClassName
{
background-color: #190BE3;
}
</style>
border-color css
<style>
span { border-color: #190BE3; }
span { border-color: rgb(25,11,227); }
td.TdClassName
{
border-color: #190BE3;
}
.TagClassName
{
border-color: #190BE3;
}
</style>