Shades of Blue #1900EC
Tints of Blue #1900EC
RGB
CMYK
RGB Variations
Color information
#1900EC (or 0x1900EC) is known color: Blue. HEX triplet: 19, 00 and EC. RGB value is (25,0,236). Sum of RGB (Red+Green+Blue) = 25+0+236=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 236 (92.58% from 255 or 90.42% from 261); Max value from RGB is 236 - color contains mainly: blue. Hex color #1900EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1900EC is #E6FF13. Grayscale: #212121. Windows color (decimal): -15138580 or 15466521. OLE color: 15466521.
HSL color Cylindrical-coordinate representation of color #1900EC: hue angle of 246.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1900EC is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 0 | 236 | - |
| CMYK | 0.89 | 1 | 0 | 0.07 |
| HSL | 246.36º | 1% | 0.46% | - |
| HSV(B) | 246.36º | 1% | 0.93% | - |
| XYZ | 15.54 | 6.26 | 79.75 | - |
| YUV | 34.38 | 241.78 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 236 | 0.89 | 1 | 0 | 0.07 | 246.36 | 1 | 0.46 |
| Hex | 19 | 0 | EC | 59 | 64 | 0 | 7 | F6 | 64 | 2E |
| Octal | 31 | 0 | 354 | 131 | 144 | 0 | 7 | 366 | 144 | 56 |
| Binary | 11001 | 0 | 11101100 | 1011001 | 1100100 | 0 | 111 | 11110110 | 1100100 | 101110 |
Color Harmonies of #1900EC
Complementary color
Monochromatic Colors of #1900EC
Black with #1900EC
Text Example
Text Example
White with #1900EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1900EC; }
p { color: rgb(25,0,236); }
H1.HeaderClassName
{
color: #1900EC;
}
.AnyTagClassName
{
color: #1900EC;
}
</style>
background-color css
<style>
a { background-color: #1900EC; }
a { background-color: rgb(25,0,236); }
div.DivClassName
{
background-color: #1900EC;
}
.BgClassName
{
background-color: #1900EC;
}
</style>
border-color css
<style>
span { border-color: #1900EC; }
span { border-color: rgb(25,0,236); }
td.TdClassName
{
border-color: #1900EC;
}
.TagClassName
{
border-color: #1900EC;
}
</style>