Shades of Medium Blue #1901CE
Tints of Medium Blue #1901CE
RGB
CMYK
RGB Variations
Color information
#1901CE (or 0x1901CE) is known color: Medium Blue. HEX triplet: 19, 01 and CE. RGB value is (25,1,206). Sum of RGB (Red+Green+Blue) = 25+1+206=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1901CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901CE is #E6FE31. Grayscale: #1E1E1E. Windows color (decimal): -15138354 or 13500697. OLE color: 13500697.
HSL color Cylindrical-coordinate representation of color #1901CE: hue angle of 247.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901CE is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 1 | 206 | - |
| CMYK | 0.88 | 1.00 | 0 | 0.19 |
| HSL | 247.02º | 0.99% | 0.41% | - |
| HSV(B) | 247.02º | 1% | 0.81% | - |
| XYZ | 11.55 | 4.68 | 58.69 | - |
| YUV | 31.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 206 | 0.88 | 1.00 | 0 | 0.19 | 247.02 | 0.99 | 0.41 |
| Hex | 19 | 1 | CE | 58 | 64 | 0 | 13 | F7 | 63 | 29 |
| Octal | 31 | 1 | 316 | 130 | 144 | 0 | 23 | 367 | 143 | 51 |
| Binary | 11001 | 1 | 11001110 | 1011000 | 1100100 | 0 | 10011 | 11110111 | 1100011 | 101001 |
Color Harmonies of #1901CE
Complementary color
Monochromatic Colors of #1901CE
Black with #1901CE
Text Example
Text Example
White with #1901CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901CE; }
p { color: rgb(25,1,206); }
H1.HeaderClassName
{
color: #1901CE;
}
.AnyTagClassName
{
color: #1901CE;
}
</style>
background-color css
<style>
a { background-color: #1901CE; }
a { background-color: rgb(25,1,206); }
div.DivClassName
{
background-color: #1901CE;
}
.BgClassName
{
background-color: #1901CE;
}
</style>
border-color css
<style>
span { border-color: #1901CE; }
span { border-color: rgb(25,1,206); }
td.TdClassName
{
border-color: #1901CE;
}
.TagClassName
{
border-color: #1901CE;
}
</style>