Shades of Medium Blue #1016BA
Tints of Medium Blue #1016BA
RGB
CMYK
RGB Variations
Color information
#1016BA (or 0x1016BA) is known color: Medium Blue. HEX triplet: 10, 16 and BA. RGB value is (16,22,186). Sum of RGB (Red+Green+Blue) = 16+22+186=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #1016BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016BA is #EFE945. Grayscale: #262626. Windows color (decimal): -15722822 or 12195344. OLE color: 12195344.
HSL color Cylindrical-coordinate representation of color #1016BA: hue angle of 237.88º 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 #1016BA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 22 | 186 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.27 |
| HSL | 237.88º | 0.84% | 0.4% | - |
| HSV(B) | 237.88º | 0.91% | 0.73% | - |
| XYZ | 9.36 | 4.23 | 46.78 | - |
| YUV | 38.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 186 | 0.91 | 0.88 | 0 | 0.27 | 237.88 | 0.84 | 0.4 |
| Hex | 10 | 16 | BA | 5B | 58 | 0 | 1B | EE | 54 | 28 |
| Octal | 20 | 26 | 272 | 133 | 130 | 0 | 33 | 356 | 124 | 50 |
| Binary | 10000 | 10110 | 10111010 | 1011011 | 1011000 | 0 | 11011 | 11101110 | 1010100 | 101000 |
Color Harmonies of #1016BA
Complementary color
Monochromatic Colors of #1016BA
Black with #1016BA
Text Example
Text Example
White with #1016BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016BA; }
p { color: rgb(16,22,186); }
H1.HeaderClassName
{
color: #1016BA;
}
.AnyTagClassName
{
color: #1016BA;
}
</style>
background-color css
<style>
a { background-color: #1016BA; }
a { background-color: rgb(16,22,186); }
div.DivClassName
{
background-color: #1016BA;
}
.BgClassName
{
background-color: #1016BA;
}
</style>
border-color css
<style>
span { border-color: #1016BA; }
span { border-color: rgb(16,22,186); }
td.TdClassName
{
border-color: #1016BA;
}
.TagClassName
{
border-color: #1016BA;
}
</style>