Shades of Medium Blue #1403BA
Tints of Medium Blue #1403BA
RGB
CMYK
RGB Variations
Color information
#1403BA (or 0x1403BA) is known color: Medium Blue. HEX triplet: 14, 03 and BA. RGB value is (20,3,186). Sum of RGB (Red+Green+Blue) = 20+3+186=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #1403BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1403BA is #EBFC45. Grayscale: #1C1C1C. Windows color (decimal): -15465542 or 12190484. OLE color: 12190484.
HSL color Cylindrical-coordinate representation of color #1403BA: hue angle of 245.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1403BA is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 3 | 186 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.27 |
| HSL | 245.57º | 0.97% | 0.37% | - |
| HSV(B) | 245.57º | 0.98% | 0.73% | - |
| XYZ | 9.18 | 3.76 | 46.7 | - |
| YUV | 28.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 186 | 0.89 | 0.98 | 0 | 0.27 | 245.57 | 0.97 | 0.37 |
| Hex | 14 | 3 | BA | 59 | 62 | 0 | 1B | F6 | 61 | 25 |
| Octal | 24 | 3 | 272 | 131 | 142 | 0 | 33 | 366 | 141 | 45 |
| Binary | 10100 | 11 | 10111010 | 1011001 | 1100010 | 0 | 11011 | 11110110 | 1100001 | 100101 |
Color Harmonies of #1403BA
Complementary color
Monochromatic Colors of #1403BA
Black with #1403BA
Text Example
Text Example
White with #1403BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1403BA; }
p { color: rgb(20,3,186); }
H1.HeaderClassName
{
color: #1403BA;
}
.AnyTagClassName
{
color: #1403BA;
}
</style>
background-color css
<style>
a { background-color: #1403BA; }
a { background-color: rgb(20,3,186); }
div.DivClassName
{
background-color: #1403BA;
}
.BgClassName
{
background-color: #1403BA;
}
</style>
border-color css
<style>
span { border-color: #1403BA; }
span { border-color: rgb(20,3,186); }
td.TdClassName
{
border-color: #1403BA;
}
.TagClassName
{
border-color: #1403BA;
}
</style>