Shades of Medium Blue #1914C1
Tints of Medium Blue #1914C1
RGB
CMYK
RGB Variations
Color information
#1914C1 (or 0x1914C1) is known color: Medium Blue. HEX triplet: 19, 14 and C1. RGB value is (25,20,193). Sum of RGB (Red+Green+Blue) = 25+20+193=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 193 (75.78% from 255 or 81.09% from 238); Max value from RGB is 193 - color contains mainly: blue. Hex color #1914C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914C1 is #E6EB3E. Grayscale: #282828. Windows color (decimal): -15133503 or 12653593. OLE color: 12653593.
HSL color Cylindrical-coordinate representation of color #1914C1: hue angle of 241.73º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1914C1 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 20 | 193 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.24 |
| HSL | 241.73º | 0.81% | 0.42% | - |
| HSV(B) | 241.73º | 0.9% | 0.76% | - |
| XYZ | 10.28 | 4.56 | 50.79 | - |
| YUV | 41.22 | 213.66 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 193 | 0.87 | 0.90 | 0 | 0.24 | 241.73 | 0.81 | 0.42 |
| Hex | 19 | 14 | C1 | 57 | 5A | 0 | 18 | F2 | 51 | 2A |
| Octal | 31 | 24 | 301 | 127 | 132 | 0 | 30 | 362 | 121 | 52 |
| Binary | 11001 | 10100 | 11000001 | 1010111 | 1011010 | 0 | 11000 | 11110010 | 1010001 | 101010 |
Color Harmonies of #1914C1
Complementary color
Monochromatic Colors of #1914C1
Black with #1914C1
Text Example
Text Example
White with #1914C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1914C1; }
p { color: rgb(25,20,193); }
H1.HeaderClassName
{
color: #1914C1;
}
.AnyTagClassName
{
color: #1914C1;
}
</style>
background-color css
<style>
a { background-color: #1914C1; }
a { background-color: rgb(25,20,193); }
div.DivClassName
{
background-color: #1914C1;
}
.BgClassName
{
background-color: #1914C1;
}
</style>
border-color css
<style>
span { border-color: #1914C1; }
span { border-color: rgb(25,20,193); }
td.TdClassName
{
border-color: #1914C1;
}
.TagClassName
{
border-color: #1914C1;
}
</style>