Shades of Medium Blue #1016BD
Tints of Medium Blue #1016BD
RGB
CMYK
RGB Variations
Color information
#1016BD (or 0x1016BD) is known color: Medium Blue. HEX triplet: 10, 16 and BD. RGB value is (16,22,189). Sum of RGB (Red+Green+Blue) = 16+22+189=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #1016BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016BD is #EFE942. Grayscale: #262626. Windows color (decimal): -15722819 or 12391952. OLE color: 12391952.
HSL color Cylindrical-coordinate representation of color #1016BD: hue angle of 237.92º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1016BD is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 22 | 189 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.26 |
| HSL | 237.92º | 0.84% | 0.4% | - |
| HSV(B) | 237.92º | 0.92% | 0.74% | - |
| XYZ | 9.69 | 4.36 | 48.47 | - |
| YUV | 39.24 | 212.51 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 189 | 0.92 | 0.88 | 0 | 0.26 | 237.92 | 0.84 | 0.4 |
| Hex | 10 | 16 | BD | 5C | 58 | 0 | 1A | EE | 54 | 28 |
| Octal | 20 | 26 | 275 | 134 | 130 | 0 | 32 | 356 | 124 | 50 |
| Binary | 10000 | 10110 | 10111101 | 1011100 | 1011000 | 0 | 11010 | 11101110 | 1010100 | 101000 |
Color Harmonies of #1016BD
Complementary color
Monochromatic Colors of #1016BD
Black with #1016BD
Text Example
Text Example
White with #1016BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016BD; }
p { color: rgb(16,22,189); }
H1.HeaderClassName
{
color: #1016BD;
}
.AnyTagClassName
{
color: #1016BD;
}
</style>
background-color css
<style>
a { background-color: #1016BD; }
a { background-color: rgb(16,22,189); }
div.DivClassName
{
background-color: #1016BD;
}
.BgClassName
{
background-color: #1016BD;
}
</style>
border-color css
<style>
span { border-color: #1016BD; }
span { border-color: rgb(16,22,189); }
td.TdClassName
{
border-color: #1016BD;
}
.TagClassName
{
border-color: #1016BD;
}
</style>