Shades of Medium Blue #1903C0
Tints of Medium Blue #1903C0
RGB
CMYK
RGB Variations
Color information
#1903C0 (or 0x1903C0) is known color: Medium Blue. HEX triplet: 19, 03 and C0. RGB value is (25,3,192). Sum of RGB (Red+Green+Blue) = 25+3+192=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 192 (75.39% from 255 or 87.27% from 220); Max value from RGB is 192 - color contains mainly: blue. Hex color #1903C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1903C0 is #E6FC3F. Grayscale: #1E1E1E. Windows color (decimal): -15137856 or 12583705. OLE color: 12583705.
HSL color Cylindrical-coordinate representation of color #1903C0: hue angle of 246.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1903C0 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 3 | 192 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.25 |
| HSL | 246.98º | 0.97% | 0.38% | - |
| HSV(B) | 246.98º | 0.98% | 0.75% | - |
| XYZ | 9.95 | 4.08 | 50.13 | - |
| YUV | 31.12 | 218.79 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 192 | 0.87 | 0.98 | 0 | 0.25 | 246.98 | 0.97 | 0.38 |
| Hex | 19 | 3 | C0 | 57 | 62 | 0 | 19 | F7 | 61 | 26 |
| Octal | 31 | 3 | 300 | 127 | 142 | 0 | 31 | 367 | 141 | 46 |
| Binary | 11001 | 11 | 11000000 | 1010111 | 1100010 | 0 | 11001 | 11110111 | 1100001 | 100110 |
Color Harmonies of #1903C0
Complementary color
Monochromatic Colors of #1903C0
Black with #1903C0
Text Example
Text Example
White with #1903C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1903C0; }
p { color: rgb(25,3,192); }
H1.HeaderClassName
{
color: #1903C0;
}
.AnyTagClassName
{
color: #1903C0;
}
</style>
background-color css
<style>
a { background-color: #1903C0; }
a { background-color: rgb(25,3,192); }
div.DivClassName
{
background-color: #1903C0;
}
.BgClassName
{
background-color: #1903C0;
}
</style>
border-color css
<style>
span { border-color: #1903C0; }
span { border-color: rgb(25,3,192); }
td.TdClassName
{
border-color: #1903C0;
}
.TagClassName
{
border-color: #1903C0;
}
</style>