Shades of Blue #1901EC
Tints of Blue #1901EC
RGB
CMYK
RGB Variations
Color information
#1901EC (or 0x1901EC) is known color: Blue. HEX triplet: 19, 01 and EC. RGB value is (25,1,236). Sum of RGB (Red+Green+Blue) = 25+1+236=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 236 (92.58% from 255 or 90.08% from 262); Max value from RGB is 236 - color contains mainly: blue. Hex color #1901EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1901EC is #E6FE13. Grayscale: #222222. Windows color (decimal): -15138324 or 15466777. OLE color: 15466777.
HSL color Cylindrical-coordinate representation of color #1901EC: hue angle of 246.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901EC is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 1 | 236 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.07 |
| HSL | 246.13º | 0.99% | 0.46% | - |
| HSV(B) | 246.13º | 1% | 0.93% | - |
| XYZ | 15.55 | 6.28 | 79.75 | - |
| YUV | 34.97 | 241.45 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 236 | 0.89 | 1.00 | 0 | 0.07 | 246.13 | 0.99 | 0.46 |
| Hex | 19 | 1 | EC | 59 | 64 | 0 | 7 | F6 | 63 | 2E |
| Octal | 31 | 1 | 354 | 131 | 144 | 0 | 7 | 366 | 143 | 56 |
| Binary | 11001 | 1 | 11101100 | 1011001 | 1100100 | 0 | 111 | 11110110 | 1100011 | 101110 |
Color Harmonies of #1901EC
Complementary color
Monochromatic Colors of #1901EC
Black with #1901EC
Text Example
Text Example
White with #1901EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901EC; }
p { color: rgb(25,1,236); }
H1.HeaderClassName
{
color: #1901EC;
}
.AnyTagClassName
{
color: #1901EC;
}
</style>
background-color css
<style>
a { background-color: #1901EC; }
a { background-color: rgb(25,1,236); }
div.DivClassName
{
background-color: #1901EC;
}
.BgClassName
{
background-color: #1901EC;
}
</style>
border-color css
<style>
span { border-color: #1901EC; }
span { border-color: rgb(25,1,236); }
td.TdClassName
{
border-color: #1901EC;
}
.TagClassName
{
border-color: #1901EC;
}
</style>