Shades of Medium Blue #1016DC
Tints of Medium Blue #1016DC
RGB
CMYK
RGB Variations
Color information
#1016DC (or 0x1016DC) is known color: Medium Blue. HEX triplet: 10, 16 and DC. RGB value is (16,22,220). Sum of RGB (Red+Green+Blue) = 16+22+220=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #1016DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016DC is #EFE923. Grayscale: #292929. Windows color (decimal): -15722788 or 14423568. OLE color: 14423568.
HSL color Cylindrical-coordinate representation of color #1016DC: hue angle of 238.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1016DC is Cyan = 0.93, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 22 | 220 | - |
| CMYK | 0.93 | 0.9 | 0 | 0.14 |
| HSL | 238.24º | 0.86% | 0.46% | - |
| HSV(B) | 238.24º | 0.93% | 0.86% | - |
| XYZ | 13.42 | 5.85 | 68.13 | - |
| YUV | 42.78 | 228.01 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 220 | 0.93 | 0.9 | 0 | 0.14 | 238.24 | 0.86 | 0.46 |
| Hex | 10 | 16 | DC | 5D | 5A | 0 | E | EE | 56 | 2E |
| Octal | 20 | 26 | 334 | 135 | 132 | 0 | 16 | 356 | 126 | 56 |
| Binary | 10000 | 10110 | 11011100 | 1011101 | 1011010 | 0 | 1110 | 11101110 | 1010110 | 101110 |
Color Harmonies of #1016DC
Complementary color
Monochromatic Colors of #1016DC
Black with #1016DC
Text Example
Text Example
White with #1016DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1016DC; }
p { color: rgb(16,22,220); }
H1.HeaderClassName
{
color: #1016DC;
}
.AnyTagClassName
{
color: #1016DC;
}
</style>
background-color css
<style>
a { background-color: #1016DC; }
a { background-color: rgb(16,22,220); }
div.DivClassName
{
background-color: #1016DC;
}
.BgClassName
{
background-color: #1016DC;
}
</style>
border-color css
<style>
span { border-color: #1016DC; }
span { border-color: rgb(16,22,220); }
td.TdClassName
{
border-color: #1016DC;
}
.TagClassName
{
border-color: #1016DC;
}
</style>