Shades of Medium Blue #1401BA
Tints of Medium Blue #1401BA
RGB
CMYK
RGB Variations
Color information
#1401BA (or 0x1401BA) is known color: Medium Blue. HEX triplet: 14, 01 and BA. RGB value is (20,1,186). Sum of RGB (Red+Green+Blue) = 20+1+186=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #1401BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401BA is #EBFE45. Grayscale: #1B1B1B. Windows color (decimal): -15466054 or 12189972. OLE color: 12189972.
HSL color Cylindrical-coordinate representation of color #1401BA: hue angle of 246.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1401BA is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 1 | 186 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.27 |
| HSL | 246.16º | 0.99% | 0.37% | - |
| HSV(B) | 246.16º | 0.99% | 0.73% | - |
| XYZ | 9.16 | 3.72 | 46.69 | - |
| YUV | 27.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 186 | 0.89 | 0.99 | 0 | 0.27 | 246.16 | 0.99 | 0.37 |
| Hex | 14 | 1 | BA | 59 | 63 | 0 | 1B | F6 | 63 | 25 |
| Octal | 24 | 1 | 272 | 131 | 143 | 0 | 33 | 366 | 143 | 45 |
| Binary | 10100 | 1 | 10111010 | 1011001 | 1100011 | 0 | 11011 | 11110110 | 1100011 | 100101 |
Color Harmonies of #1401BA
Complementary color
Monochromatic Colors of #1401BA
Black with #1401BA
Text Example
Text Example
White with #1401BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401BA; }
p { color: rgb(20,1,186); }
H1.HeaderClassName
{
color: #1401BA;
}
.AnyTagClassName
{
color: #1401BA;
}
</style>
background-color css
<style>
a { background-color: #1401BA; }
a { background-color: rgb(20,1,186); }
div.DivClassName
{
background-color: #1401BA;
}
.BgClassName
{
background-color: #1401BA;
}
</style>
border-color css
<style>
span { border-color: #1401BA; }
span { border-color: rgb(20,1,186); }
td.TdClassName
{
border-color: #1401BA;
}
.TagClassName
{
border-color: #1401BA;
}
</style>