Shades of Medium Blue #1407BA
Tints of Medium Blue #1407BA
RGB
CMYK
RGB Variations
Color information
#1407BA (or 0x1407BA) is known color: Medium Blue. HEX triplet: 14, 07 and BA. RGB value is (20,7,186). Sum of RGB (Red+Green+Blue) = 20+7+186=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1407BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407BA is #EBF845. Grayscale: #1E1E1E. Windows color (decimal): -15464518 or 12191508. OLE color: 12191508.
HSL color Cylindrical-coordinate representation of color #1407BA: hue angle of 244.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1407BA is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 7 | 186 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.27 |
| HSL | 244.36º | 0.93% | 0.38% | - |
| HSV(B) | 244.36º | 0.96% | 0.73% | - |
| XYZ | 9.23 | 3.85 | 46.71 | - |
| YUV | 31.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 186 | 0.89 | 0.96 | 0 | 0.27 | 244.36 | 0.93 | 0.38 |
| Hex | 14 | 7 | BA | 59 | 60 | 0 | 1B | F4 | 5D | 26 |
| Octal | 24 | 7 | 272 | 131 | 140 | 0 | 33 | 364 | 135 | 46 |
| Binary | 10100 | 111 | 10111010 | 1011001 | 1100000 | 0 | 11011 | 11110100 | 1011101 | 100110 |
Color Harmonies of #1407BA
Complementary color
Monochromatic Colors of #1407BA
Black with #1407BA
Text Example
Text Example
White with #1407BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1407BA; }
p { color: rgb(20,7,186); }
H1.HeaderClassName
{
color: #1407BA;
}
.AnyTagClassName
{
color: #1407BA;
}
</style>
background-color css
<style>
a { background-color: #1407BA; }
a { background-color: rgb(20,7,186); }
div.DivClassName
{
background-color: #1407BA;
}
.BgClassName
{
background-color: #1407BA;
}
</style>
border-color css
<style>
span { border-color: #1407BA; }
span { border-color: rgb(20,7,186); }
td.TdClassName
{
border-color: #1407BA;
}
.TagClassName
{
border-color: #1407BA;
}
</style>