Shades of Medium Blue #1900C1
Tints of Medium Blue #1900C1
RGB
CMYK
RGB Variations
Color information
#1900C1 (or 0x1900C1) is known color: Medium Blue. HEX triplet: 19, 00 and C1. RGB value is (25,0,193). Sum of RGB (Red+Green+Blue) = 25+0+193=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 193 (75.78% from 255 or 88.53% from 218); Max value from RGB is 193 - color contains mainly: blue. Hex color #1900C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1900C1 is #E6FF3E. Grayscale: #1C1C1C. Windows color (decimal): -15138623 or 12648473. OLE color: 12648473.
HSL color Cylindrical-coordinate representation of color #1900C1: hue angle of 247.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900C1 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 0 | 193 | - |
| CMYK | 0.87 | 1 | 0 | 0.24 |
| HSL | 247.77º | 1% | 0.38% | - |
| HSV(B) | 247.77º | 1% | 0.76% | - |
| XYZ | 10.03 | 4.06 | 50.71 | - |
| YUV | 29.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 193 | 0.87 | 1 | 0 | 0.24 | 247.77 | 1 | 0.38 |
| Hex | 19 | 0 | C1 | 57 | 64 | 0 | 18 | F8 | 64 | 26 |
| Octal | 31 | 0 | 301 | 127 | 144 | 0 | 30 | 370 | 144 | 46 |
| Binary | 11001 | 0 | 11000001 | 1010111 | 1100100 | 0 | 11000 | 11111000 | 1100100 | 100110 |
Color Harmonies of #1900C1
Complementary color
Monochromatic Colors of #1900C1
Black with #1900C1
Text Example
Text Example
White with #1900C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900C1; }
p { color: rgb(25,0,193); }
H1.HeaderClassName
{
color: #1900C1;
}
.AnyTagClassName
{
color: #1900C1;
}
</style>
background-color css
<style>
a { background-color: #1900C1; }
a { background-color: rgb(25,0,193); }
div.DivClassName
{
background-color: #1900C1;
}
.BgClassName
{
background-color: #1900C1;
}
</style>
border-color css
<style>
span { border-color: #1900C1; }
span { border-color: rgb(25,0,193); }
td.TdClassName
{
border-color: #1900C1;
}
.TagClassName
{
border-color: #1900C1;
}
</style>