Shades of Medium Blue #1903CD
Tints of Medium Blue #1903CD
RGB
CMYK
RGB Variations
Color information
#1903CD (or 0x1903CD) is known color: Medium Blue. HEX triplet: 19, 03 and CD. RGB value is (25,3,205). Sum of RGB (Red+Green+Blue) = 25+3+205=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 205 (80.47% from 255 or 87.98% from 233); Max value from RGB is 205 - color contains mainly: blue. Hex color #1903CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1903CD is #E6FC32. Grayscale: #1F1F1F. Windows color (decimal): -15137843 or 13435673. OLE color: 13435673.
HSL color Cylindrical-coordinate representation of color #1903CD: hue angle of 246.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1903CD is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 3 | 205 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.20 |
| HSL | 246.53º | 0.97% | 0.41% | - |
| HSV(B) | 246.53º | 0.99% | 0.8% | - |
| XYZ | 11.45 | 4.68 | 58.06 | - |
| YUV | 32.61 | 225.29 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 205 | 0.88 | 0.99 | 0 | 0.20 | 246.53 | 0.97 | 0.41 |
| Hex | 19 | 3 | CD | 58 | 63 | 0 | 14 | F7 | 61 | 29 |
| Octal | 31 | 3 | 315 | 130 | 143 | 0 | 24 | 367 | 141 | 51 |
| Binary | 11001 | 11 | 11001101 | 1011000 | 1100011 | 0 | 10100 | 11110111 | 1100001 | 101001 |
Color Harmonies of #1903CD
Complementary color
Monochromatic Colors of #1903CD
Black with #1903CD
Text Example
Text Example
White with #1903CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1903CD; }
p { color: rgb(25,3,205); }
H1.HeaderClassName
{
color: #1903CD;
}
.AnyTagClassName
{
color: #1903CD;
}
</style>
background-color css
<style>
a { background-color: #1903CD; }
a { background-color: rgb(25,3,205); }
div.DivClassName
{
background-color: #1903CD;
}
.BgClassName
{
background-color: #1903CD;
}
</style>
border-color css
<style>
span { border-color: #1903CD; }
span { border-color: rgb(25,3,205); }
td.TdClassName
{
border-color: #1903CD;
}
.TagClassName
{
border-color: #1903CD;
}
</style>