Shades of Medium Blue #1915C2
Tints of Medium Blue #1915C2
RGB
CMYK
RGB Variations
Color information
#1915C2 (or 0x1915C2) is known color: Medium Blue. HEX triplet: 19, 15 and C2. RGB value is (25,21,194). Sum of RGB (Red+Green+Blue) = 25+21+194=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 194 (76.17% from 255 or 80.83% from 240); Max value from RGB is 194 - color contains mainly: blue. Hex color #1915C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915C2 is #E6EA3D. Grayscale: #292929. Windows color (decimal): -15133246 or 12719385. OLE color: 12719385.
HSL color Cylindrical-coordinate representation of color #1915C2: hue angle of 241.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1915C2 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 21 | 194 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.24 |
| HSL | 241.39º | 0.8% | 0.42% | - |
| HSV(B) | 241.39º | 0.89% | 0.76% | - |
| XYZ | 10.41 | 4.64 | 51.39 | - |
| YUV | 41.92 | 213.83 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 194 | 0.87 | 0.89 | 0 | 0.24 | 241.39 | 0.8 | 0.42 |
| Hex | 19 | 15 | C2 | 57 | 59 | 0 | 18 | F1 | 50 | 2A |
| Octal | 31 | 25 | 302 | 127 | 131 | 0 | 30 | 361 | 120 | 52 |
| Binary | 11001 | 10101 | 11000010 | 1010111 | 1011001 | 0 | 11000 | 11110001 | 1010000 | 101010 |
Color Harmonies of #1915C2
Complementary color
Monochromatic Colors of #1915C2
Black with #1915C2
Text Example
Text Example
White with #1915C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915C2; }
p { color: rgb(25,21,194); }
H1.HeaderClassName
{
color: #1915C2;
}
.AnyTagClassName
{
color: #1915C2;
}
</style>
background-color css
<style>
a { background-color: #1915C2; }
a { background-color: rgb(25,21,194); }
div.DivClassName
{
background-color: #1915C2;
}
.BgClassName
{
background-color: #1915C2;
}
</style>
border-color css
<style>
span { border-color: #1915C2; }
span { border-color: rgb(25,21,194); }
td.TdClassName
{
border-color: #1915C2;
}
.TagClassName
{
border-color: #1915C2;
}
</style>