Shades of Medium Blue #1503C6
Tints of Medium Blue #1503C6
RGB
CMYK
RGB Variations
Color information
#1503C6 (or 0x1503C6) is known color: Medium Blue. HEX triplet: 15, 03 and C6. RGB value is (21,3,198). Sum of RGB (Red+Green+Blue) = 21+3+198=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 198 (77.73% from 255 or 89.19% from 222); Max value from RGB is 198 - color contains mainly: blue. Hex color #1503C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1503C6 is #EAFC39. Grayscale: #1D1D1D. Windows color (decimal): -15399994 or 12976917. OLE color: 12976917.
HSL color Cylindrical-coordinate representation of color #1503C6: hue angle of 245.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1503C6 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 3 | 198 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.22 |
| HSL | 245.54º | 0.97% | 0.39% | - |
| HSV(B) | 245.54º | 0.98% | 0.78% | - |
| XYZ | 10.53 | 4.3 | 53.7 | - |
| YUV | 30.61 | 222.46 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 198 | 0.89 | 0.98 | 0 | 0.22 | 245.54 | 0.97 | 0.39 |
| Hex | 15 | 3 | C6 | 59 | 62 | 0 | 16 | F6 | 61 | 27 |
| Octal | 25 | 3 | 306 | 131 | 142 | 0 | 26 | 366 | 141 | 47 |
| Binary | 10101 | 11 | 11000110 | 1011001 | 1100010 | 0 | 10110 | 11110110 | 1100001 | 100111 |
Color Harmonies of #1503C6
Complementary color
Monochromatic Colors of #1503C6
Black with #1503C6
Text Example
Text Example
White with #1503C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1503C6; }
p { color: rgb(21,3,198); }
H1.HeaderClassName
{
color: #1503C6;
}
.AnyTagClassName
{
color: #1503C6;
}
</style>
background-color css
<style>
a { background-color: #1503C6; }
a { background-color: rgb(21,3,198); }
div.DivClassName
{
background-color: #1503C6;
}
.BgClassName
{
background-color: #1503C6;
}
</style>
border-color css
<style>
span { border-color: #1503C6; }
span { border-color: rgb(21,3,198); }
td.TdClassName
{
border-color: #1503C6;
}
.TagClassName
{
border-color: #1503C6;
}
</style>