Shades of Medium Blue #1901D3
Tints of Medium Blue #1901D3
RGB
CMYK
RGB Variations
Color information
#1901D3 (or 0x1901D3) is known color: Medium Blue. HEX triplet: 19, 01 and D3. RGB value is (25,1,211). Sum of RGB (Red+Green+Blue) = 25+1+211=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 211 (82.81% from 255 or 89.03% from 237); Max value from RGB is 211 - color contains mainly: blue. Hex color #1901D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901D3 is #E6FE2C. Grayscale: #1F1F1F. Windows color (decimal): -15138349 or 13828377. OLE color: 13828377.
HSL color Cylindrical-coordinate representation of color #1901D3: hue angle of 246.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901D3 is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 1 | 211 | - |
| CMYK | 0.88 | 1.00 | 0 | 0.17 |
| HSL | 246.86º | 0.99% | 0.42% | - |
| HSV(B) | 246.86º | 1% | 0.83% | - |
| XYZ | 12.17 | 4.93 | 61.94 | - |
| YUV | 32.12 | 228.95 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 211 | 0.88 | 1.00 | 0 | 0.17 | 246.86 | 0.99 | 0.42 |
| Hex | 19 | 1 | D3 | 58 | 64 | 0 | 11 | F7 | 63 | 2A |
| Octal | 31 | 1 | 323 | 130 | 144 | 0 | 21 | 367 | 143 | 52 |
| Binary | 11001 | 1 | 11010011 | 1011000 | 1100100 | 0 | 10001 | 11110111 | 1100011 | 101010 |
Color Harmonies of #1901D3
Complementary color
Monochromatic Colors of #1901D3
Black with #1901D3
Text Example
Text Example
White with #1901D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901D3; }
p { color: rgb(25,1,211); }
H1.HeaderClassName
{
color: #1901D3;
}
.AnyTagClassName
{
color: #1901D3;
}
</style>
background-color css
<style>
a { background-color: #1901D3; }
a { background-color: rgb(25,1,211); }
div.DivClassName
{
background-color: #1901D3;
}
.BgClassName
{
background-color: #1901D3;
}
</style>
border-color css
<style>
span { border-color: #1901D3; }
span { border-color: rgb(25,1,211); }
td.TdClassName
{
border-color: #1901D3;
}
.TagClassName
{
border-color: #1901D3;
}
</style>