Shades of Medium Blue #1016BF
Tints of Medium Blue #1016BF
RGB
CMYK
RGB Variations
Color information
#1016BF (or 0x1016BF) is known color: Medium Blue. HEX triplet: 10, 16 and BF. RGB value is (16,22,191). Sum of RGB (Red+Green+Blue) = 16+22+191=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 191 (75% from 255 or 83.41% from 229); Max value from RGB is 191 - color contains mainly: blue. Hex color #1016BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016BF is #EFE940. Grayscale: #262626. Windows color (decimal): -15722817 or 12523024. OLE color: 12523024.
HSL color Cylindrical-coordinate representation of color #1016BF: hue angle of 237.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1016BF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 22 | 191 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.25 |
| HSL | 237.94º | 0.85% | 0.41% | - |
| HSV(B) | 237.94º | 0.92% | 0.75% | - |
| XYZ | 9.9 | 4.45 | 49.63 | - |
| YUV | 39.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 191 | 0.92 | 0.88 | 0 | 0.25 | 237.94 | 0.85 | 0.41 |
| Hex | 10 | 16 | BF | 5C | 58 | 0 | 19 | EE | 55 | 29 |
| Octal | 20 | 26 | 277 | 134 | 130 | 0 | 31 | 356 | 125 | 51 |
| Binary | 10000 | 10110 | 10111111 | 1011100 | 1011000 | 0 | 11001 | 11101110 | 1010101 | 101001 |
Color Harmonies of #1016BF
Complementary color
Monochromatic Colors of #1016BF
Black with #1016BF
Text Example
Text Example
White with #1016BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016BF; }
p { color: rgb(16,22,191); }
H1.HeaderClassName
{
color: #1016BF;
}
.AnyTagClassName
{
color: #1016BF;
}
</style>
background-color css
<style>
a { background-color: #1016BF; }
a { background-color: rgb(16,22,191); }
div.DivClassName
{
background-color: #1016BF;
}
.BgClassName
{
background-color: #1016BF;
}
</style>
border-color css
<style>
span { border-color: #1016BF; }
span { border-color: rgb(16,22,191); }
td.TdClassName
{
border-color: #1016BF;
}
.TagClassName
{
border-color: #1016BF;
}
</style>