Shades of Medium Blue #1901D5
Tints of Medium Blue #1901D5
RGB
CMYK
RGB Variations
Color information
#1901D5 (or 0x1901D5) is known color: Medium Blue. HEX triplet: 19, 01 and D5. RGB value is (25,1,213). Sum of RGB (Red+Green+Blue) = 25+1+213=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 213 (83.59% from 255 or 89.12% from 239); Max value from RGB is 213 - color contains mainly: blue. Hex color #1901D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901D5 is #E6FE2A. Grayscale: #1F1F1F. Windows color (decimal): -15138347 or 13959449. OLE color: 13959449.
HSL color Cylindrical-coordinate representation of color #1901D5: hue angle of 246.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901D5 is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 1 | 213 | - |
| CMYK | 0.88 | 1.00 | 0 | 0.16 |
| HSL | 246.79º | 0.99% | 0.42% | - |
| HSV(B) | 246.79º | 1% | 0.84% | - |
| XYZ | 12.42 | 5.03 | 63.27 | - |
| YUV | 32.34 | 229.95 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 213 | 0.88 | 1.00 | 0 | 0.16 | 246.79 | 0.99 | 0.42 |
| Hex | 19 | 1 | D5 | 58 | 64 | 0 | 10 | F7 | 63 | 2A |
| Octal | 31 | 1 | 325 | 130 | 144 | 0 | 20 | 367 | 143 | 52 |
| Binary | 11001 | 1 | 11010101 | 1011000 | 1100100 | 0 | 10000 | 11110111 | 1100011 | 101010 |
Color Harmonies of #1901D5
Complementary color
Monochromatic Colors of #1901D5
Black with #1901D5
Text Example
Text Example
White with #1901D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901D5; }
p { color: rgb(25,1,213); }
H1.HeaderClassName
{
color: #1901D5;
}
.AnyTagClassName
{
color: #1901D5;
}
</style>
background-color css
<style>
a { background-color: #1901D5; }
a { background-color: rgb(25,1,213); }
div.DivClassName
{
background-color: #1901D5;
}
.BgClassName
{
background-color: #1901D5;
}
</style>
border-color css
<style>
span { border-color: #1901D5; }
span { border-color: rgb(25,1,213); }
td.TdClassName
{
border-color: #1901D5;
}
.TagClassName
{
border-color: #1901D5;
}
</style>