Shades of Medium Blue #1207BA
Tints of Medium Blue #1207BA
RGB
CMYK
RGB Variations
Color information
#1207BA (or 0x1207BA) is known color: Medium Blue. HEX triplet: 12, 07 and BA. RGB value is (18,7,186). Sum of RGB (Red+Green+Blue) = 18+7+186=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 186 (73.05% from 255 or 88.15% from 211); Max value from RGB is 186 - color contains mainly: blue. Hex color #1207BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207BA is #EDF845. Grayscale: #1D1D1D. Windows color (decimal): -15595590 or 12191506. OLE color: 12191506.
HSL color Cylindrical-coordinate representation of color #1207BA: hue angle of 243.69º 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 #1207BA is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 7 | 186 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.27 |
| HSL | 243.69º | 0.93% | 0.38% | - |
| HSV(B) | 243.69º | 0.96% | 0.73% | - |
| XYZ | 9.19 | 3.83 | 46.71 | - |
| YUV | 30.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 186 | 0.90 | 0.96 | 0 | 0.27 | 243.69 | 0.93 | 0.38 |
| Hex | 12 | 7 | BA | 5A | 60 | 0 | 1B | F4 | 5D | 26 |
| Octal | 22 | 7 | 272 | 132 | 140 | 0 | 33 | 364 | 135 | 46 |
| Binary | 10010 | 111 | 10111010 | 1011010 | 1100000 | 0 | 11011 | 11110100 | 1011101 | 100110 |
Color Harmonies of #1207BA
Complementary color
Monochromatic Colors of #1207BA
Black with #1207BA
Text Example
Text Example
White with #1207BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1207BA; }
p { color: rgb(18,7,186); }
H1.HeaderClassName
{
color: #1207BA;
}
.AnyTagClassName
{
color: #1207BA;
}
</style>
background-color css
<style>
a { background-color: #1207BA; }
a { background-color: rgb(18,7,186); }
div.DivClassName
{
background-color: #1207BA;
}
.BgClassName
{
background-color: #1207BA;
}
</style>
border-color css
<style>
span { border-color: #1207BA; }
span { border-color: rgb(18,7,186); }
td.TdClassName
{
border-color: #1207BA;
}
.TagClassName
{
border-color: #1207BA;
}
</style>