Shades of Medium Blue #1213BA
Tints of Medium Blue #1213BA
RGB
CMYK
RGB Variations
Color information
#1213BA (or 0x1213BA) is known color: Medium Blue. HEX triplet: 12, 13 and BA. RGB value is (18,19,186). Sum of RGB (Red+Green+Blue) = 18+19+186=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #1213BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213BA is #EDEC45. Grayscale: #252525. Windows color (decimal): -15592518 or 12194578. OLE color: 12194578.
HSL color Cylindrical-coordinate representation of color #1213BA: hue angle of 239.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1213BA is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 19 | 186 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.27 |
| HSL | 239.64º | 0.82% | 0.4% | - |
| HSV(B) | 239.64º | 0.9% | 0.73% | - |
| XYZ | 9.35 | 4.14 | 46.76 | - |
| YUV | 37.74 | 211.67 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 186 | 0.90 | 0.90 | 0 | 0.27 | 239.64 | 0.82 | 0.4 |
| Hex | 12 | 13 | BA | 5A | 5A | 0 | 1B | F0 | 52 | 28 |
| Octal | 22 | 23 | 272 | 132 | 132 | 0 | 33 | 360 | 122 | 50 |
| Binary | 10010 | 10011 | 10111010 | 1011010 | 1011010 | 0 | 11011 | 11110000 | 1010010 | 101000 |
Color Harmonies of #1213BA
Complementary color
Monochromatic Colors of #1213BA
Black with #1213BA
Text Example
Text Example
White with #1213BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213BA; }
p { color: rgb(18,19,186); }
H1.HeaderClassName
{
color: #1213BA;
}
.AnyTagClassName
{
color: #1213BA;
}
</style>
background-color css
<style>
a { background-color: #1213BA; }
a { background-color: rgb(18,19,186); }
div.DivClassName
{
background-color: #1213BA;
}
.BgClassName
{
background-color: #1213BA;
}
</style>
border-color css
<style>
span { border-color: #1213BA; }
span { border-color: rgb(18,19,186); }
td.TdClassName
{
border-color: #1213BA;
}
.TagClassName
{
border-color: #1213BA;
}
</style>