Shades of Medium Blue #1012BA
Tints of Medium Blue #1012BA
RGB
CMYK
RGB Variations
Color information
#1012BA (or 0x1012BA) is known color: Medium Blue. HEX triplet: 10, 12 and BA. RGB value is (16,18,186). Sum of RGB (Red+Green+Blue) = 16+18+186=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #1012BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012BA is #EFED45. Grayscale: #232323. Windows color (decimal): -15723846 or 12194320. OLE color: 12194320.
HSL color Cylindrical-coordinate representation of color #1012BA: hue angle of 239.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1012BA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 18 | 186 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.27 |
| HSL | 239.29º | 0.84% | 0.4% | - |
| HSV(B) | 239.29º | 0.91% | 0.73% | - |
| XYZ | 9.29 | 4.09 | 46.75 | - |
| YUV | 36.55 | 212.34 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 186 | 0.91 | 0.90 | 0 | 0.27 | 239.29 | 0.84 | 0.4 |
| Hex | 10 | 12 | BA | 5B | 5A | 0 | 1B | EF | 54 | 28 |
| Octal | 20 | 22 | 272 | 133 | 132 | 0 | 33 | 357 | 124 | 50 |
| Binary | 10000 | 10010 | 10111010 | 1011011 | 1011010 | 0 | 11011 | 11101111 | 1010100 | 101000 |
Color Harmonies of #1012BA
Complementary color
Monochromatic Colors of #1012BA
Black with #1012BA
Text Example
Text Example
White with #1012BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1012BA; }
p { color: rgb(16,18,186); }
H1.HeaderClassName
{
color: #1012BA;
}
.AnyTagClassName
{
color: #1012BA;
}
</style>
background-color css
<style>
a { background-color: #1012BA; }
a { background-color: rgb(16,18,186); }
div.DivClassName
{
background-color: #1012BA;
}
.BgClassName
{
background-color: #1012BA;
}
</style>
border-color css
<style>
span { border-color: #1012BA; }
span { border-color: rgb(16,18,186); }
td.TdClassName
{
border-color: #1012BA;
}
.TagClassName
{
border-color: #1012BA;
}
</style>