Shades of Medium Blue #1016C8
Tints of Medium Blue #1016C8
RGB
CMYK
RGB Variations
Color information
#1016C8 (or 0x1016C8) is known color: Medium Blue. HEX triplet: 10, 16 and C8. RGB value is (16,22,200). Sum of RGB (Red+Green+Blue) = 16+22+200=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 200 (78.52% from 255 or 84.03% from 238); Max value from RGB is 200 - color contains mainly: blue. Hex color #1016C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016C8 is #EFE937. Grayscale: #272727. Windows color (decimal): -15722808 or 13112848. OLE color: 13112848.
HSL color Cylindrical-coordinate representation of color #1016C8: hue angle of 238.04º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1016C8 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 22 | 200 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.22 |
| HSL | 238.04º | 0.85% | 0.42% | - |
| HSV(B) | 238.04º | 0.92% | 0.78% | - |
| XYZ | 10.93 | 4.85 | 55 | - |
| YUV | 40.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 200 | 0.92 | 0.89 | 0 | 0.22 | 238.04 | 0.85 | 0.42 |
| Hex | 10 | 16 | C8 | 5C | 59 | 0 | 16 | EE | 55 | 2A |
| Octal | 20 | 26 | 310 | 134 | 131 | 0 | 26 | 356 | 125 | 52 |
| Binary | 10000 | 10110 | 11001000 | 1011100 | 1011001 | 0 | 10110 | 11101110 | 1010101 | 101010 |
Color Harmonies of #1016C8
Complementary color
Monochromatic Colors of #1016C8
Black with #1016C8
Text Example
Text Example
White with #1016C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016C8; }
p { color: rgb(16,22,200); }
H1.HeaderClassName
{
color: #1016C8;
}
.AnyTagClassName
{
color: #1016C8;
}
</style>
background-color css
<style>
a { background-color: #1016C8; }
a { background-color: rgb(16,22,200); }
div.DivClassName
{
background-color: #1016C8;
}
.BgClassName
{
background-color: #1016C8;
}
</style>
border-color css
<style>
span { border-color: #1016C8; }
span { border-color: rgb(16,22,200); }
td.TdClassName
{
border-color: #1016C8;
}
.TagClassName
{
border-color: #1016C8;
}
</style>