Shades of Medium Blue #1600D0
Tints of Medium Blue #1600D0
RGB
CMYK
RGB Variations
Color information
#1600D0 (or 0x1600D0) is known color: Medium Blue. HEX triplet: 16, 00 and D0. RGB value is (22,0,208). Sum of RGB (Red+Green+Blue) = 22+0+208=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 208 (81.64% from 255 or 90.43% from 230); Max value from RGB is 208 - color contains mainly: blue. Hex color #1600D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600D0 is #E9FF2F. Grayscale: #1D1D1D. Windows color (decimal): -15335216 or 13631510. OLE color: 13631510.
HSL color Cylindrical-coordinate representation of color #1600D0: hue angle of 246.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600D0 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 0 | 208 | - |
| CMYK | 0.89 | 1 | 0 | 0.18 |
| HSL | 246.35º | 1% | 0.41% | - |
| HSV(B) | 246.35º | 1% | 0.82% | - |
| XYZ | 11.72 | 4.72 | 59.97 | - |
| YUV | 30.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 208 | 0.89 | 1 | 0 | 0.18 | 246.35 | 1 | 0.41 |
| Hex | 16 | 0 | D0 | 59 | 64 | 0 | 12 | F6 | 64 | 29 |
| Octal | 26 | 0 | 320 | 131 | 144 | 0 | 22 | 366 | 144 | 51 |
| Binary | 10110 | 0 | 11010000 | 1011001 | 1100100 | 0 | 10010 | 11110110 | 1100100 | 101001 |
Color Harmonies of #1600D0
Complementary color
Monochromatic Colors of #1600D0
Black with #1600D0
Text Example
Text Example
White with #1600D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600D0; }
p { color: rgb(22,0,208); }
H1.HeaderClassName
{
color: #1600D0;
}
.AnyTagClassName
{
color: #1600D0;
}
</style>
background-color css
<style>
a { background-color: #1600D0; }
a { background-color: rgb(22,0,208); }
div.DivClassName
{
background-color: #1600D0;
}
.BgClassName
{
background-color: #1600D0;
}
</style>
border-color css
<style>
span { border-color: #1600D0; }
span { border-color: rgb(22,0,208); }
td.TdClassName
{
border-color: #1600D0;
}
.TagClassName
{
border-color: #1600D0;
}
</style>