Shades of Blue #1901E6
Tints of Blue #1901E6
RGB
CMYK
RGB Variations
Color information
#1901E6 (or 0x1901E6) is known color: Blue. HEX triplet: 19, 01 and E6. RGB value is (25,1,230). Sum of RGB (Red+Green+Blue) = 25+1+230=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 230 (90.23% from 255 or 89.84% from 256); Max value from RGB is 230 - color contains mainly: blue. Hex color #1901E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1901E6 is #E6FE19. Grayscale: #212121. Windows color (decimal): -15138330 or 15073561. OLE color: 15073561.
HSL color Cylindrical-coordinate representation of color #1901E6: hue angle of 246.29º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901E6 is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 1 | 230 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.10 |
| HSL | 246.29º | 0.99% | 0.45% | - |
| HSV(B) | 246.29º | 1% | 0.9% | - |
| XYZ | 14.69 | 5.94 | 75.24 | - |
| YUV | 34.28 | 238.45 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 230 | 0.89 | 1.00 | 0 | 0.10 | 246.29 | 0.99 | 0.45 |
| Hex | 19 | 1 | E6 | 59 | 64 | 0 | A | F6 | 63 | 2D |
| Octal | 31 | 1 | 346 | 131 | 144 | 0 | 12 | 366 | 143 | 55 |
| Binary | 11001 | 1 | 11100110 | 1011001 | 1100100 | 0 | 1010 | 11110110 | 1100011 | 101101 |
Color Harmonies of #1901E6
Complementary color
Monochromatic Colors of #1901E6
Black with #1901E6
Text Example
Text Example
White with #1901E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901E6; }
p { color: rgb(25,1,230); }
H1.HeaderClassName
{
color: #1901E6;
}
.AnyTagClassName
{
color: #1901E6;
}
</style>
background-color css
<style>
a { background-color: #1901E6; }
a { background-color: rgb(25,1,230); }
div.DivClassName
{
background-color: #1901E6;
}
.BgClassName
{
background-color: #1901E6;
}
</style>
border-color css
<style>
span { border-color: #1901E6; }
span { border-color: rgb(25,1,230); }
td.TdClassName
{
border-color: #1901E6;
}
.TagClassName
{
border-color: #1901E6;
}
</style>