Shades of Medium Blue #1901D0
Tints of Medium Blue #1901D0
RGB
CMYK
RGB Variations
Color information
#1901D0 (or 0x1901D0) is known color: Medium Blue. HEX triplet: 19, 01 and D0. RGB value is (25,1,208). Sum of RGB (Red+Green+Blue) = 25+1+208=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 208 (81.64% from 255 or 88.89% from 234); Max value from RGB is 208 - color contains mainly: blue. Hex color #1901D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901D0 is #E6FE2F. Grayscale: #1E1E1E. Windows color (decimal): -15138352 or 13631769. OLE color: 13631769.
HSL color Cylindrical-coordinate representation of color #1901D0: hue angle of 246.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901D0 is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 1 | 208 | - |
| CMYK | 0.88 | 1.00 | 0 | 0.18 |
| HSL | 246.96º | 0.99% | 0.41% | - |
| HSV(B) | 246.96º | 1% | 0.82% | - |
| XYZ | 11.8 | 4.78 | 59.98 | - |
| YUV | 31.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 208 | 0.88 | 1.00 | 0 | 0.18 | 246.96 | 0.99 | 0.41 |
| Hex | 19 | 1 | D0 | 58 | 64 | 0 | 12 | F7 | 63 | 29 |
| Octal | 31 | 1 | 320 | 130 | 144 | 0 | 22 | 367 | 143 | 51 |
| Binary | 11001 | 1 | 11010000 | 1011000 | 1100100 | 0 | 10010 | 11110111 | 1100011 | 101001 |
Color Harmonies of #1901D0
Complementary color
Monochromatic Colors of #1901D0
Black with #1901D0
Text Example
Text Example
White with #1901D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901D0; }
p { color: rgb(25,1,208); }
H1.HeaderClassName
{
color: #1901D0;
}
.AnyTagClassName
{
color: #1901D0;
}
</style>
background-color css
<style>
a { background-color: #1901D0; }
a { background-color: rgb(25,1,208); }
div.DivClassName
{
background-color: #1901D0;
}
.BgClassName
{
background-color: #1901D0;
}
</style>
border-color css
<style>
span { border-color: #1901D0; }
span { border-color: rgb(25,1,208); }
td.TdClassName
{
border-color: #1901D0;
}
.TagClassName
{
border-color: #1901D0;
}
</style>