Shades of Medium Blue #1E19CA
Tints of Medium Blue #1E19CA
RGB
CMYK
RGB Variations
Color information
#1E19CA (or 0x1E19CA) is known color: Medium Blue. HEX triplet: 1E, 19 and CA. RGB value is (30,25,202). Sum of RGB (Red+Green+Blue) = 30+25+202=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E19CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E19CA is #E1E635. Grayscale: #2D2D2D. Windows color (decimal): -14804534 or 13244702. OLE color: 13244702.
HSL color Cylindrical-coordinate representation of color #1E19CA: hue angle of 241.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E19CA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 25 | 202 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.21 |
| HSL | 241.69º | 0.78% | 0.45% | - |
| HSV(B) | 241.69º | 0.88% | 0.79% | - |
| XYZ | 11.54 | 5.24 | 56.28 | - |
| YUV | 46.67 | 215.66 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 202 | 0.85 | 0.88 | 0 | 0.21 | 241.69 | 0.78 | 0.45 |
| Hex | 1E | 19 | CA | 55 | 58 | 0 | 15 | F2 | 4E | 2D |
| Octal | 36 | 31 | 312 | 125 | 130 | 0 | 25 | 362 | 116 | 55 |
| Binary | 11110 | 11001 | 11001010 | 1010101 | 1011000 | 0 | 10101 | 11110010 | 1001110 | 101101 |
Color Harmonies of #1E19CA
Complementary color
Monochromatic Colors of #1E19CA
Black with #1E19CA
Text Example
Text Example
White with #1E19CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E19CA; }
p { color: rgb(30,25,202); }
H1.HeaderClassName
{
color: #1E19CA;
}
.AnyTagClassName
{
color: #1E19CA;
}
</style>
background-color css
<style>
a { background-color: #1E19CA; }
a { background-color: rgb(30,25,202); }
div.DivClassName
{
background-color: #1E19CA;
}
.BgClassName
{
background-color: #1E19CA;
}
</style>
border-color css
<style>
span { border-color: #1E19CA; }
span { border-color: rgb(30,25,202); }
td.TdClassName
{
border-color: #1E19CA;
}
.TagClassName
{
border-color: #1E19CA;
}
</style>