Shades of Medium Blue #1600BE
Tints of Medium Blue #1600BE
RGB
CMYK
RGB Variations
Color information
#1600BE (or 0x1600BE) is known color: Medium Blue. HEX triplet: 16, 00 and BE. RGB value is (22,0,190). Sum of RGB (Red+Green+Blue) = 22+0+190=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #1600BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600BE is #E9FF41. Grayscale: #1B1B1B. Windows color (decimal): -15335234 or 12451862. OLE color: 12451862.
HSL color Cylindrical-coordinate representation of color #1600BE: hue angle of 246.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1600BE is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 0 | 190 | - |
| CMYK | 0.88 | 1 | 0 | 0.25 |
| HSL | 246.95º | 1% | 0.37% | - |
| HSV(B) | 246.95º | 1% | 0.75% | - |
| XYZ | 9.63 | 3.89 | 48.96 | - |
| YUV | 28.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 190 | 0.88 | 1 | 0 | 0.25 | 246.95 | 1 | 0.37 |
| Hex | 16 | 0 | BE | 58 | 64 | 0 | 19 | F7 | 64 | 25 |
| Octal | 26 | 0 | 276 | 130 | 144 | 0 | 31 | 367 | 144 | 45 |
| Binary | 10110 | 0 | 10111110 | 1011000 | 1100100 | 0 | 11001 | 11110111 | 1100100 | 100101 |
Color Harmonies of #1600BE
Complementary color
Monochromatic Colors of #1600BE
Black with #1600BE
Text Example
Text Example
White with #1600BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600BE; }
p { color: rgb(22,0,190); }
H1.HeaderClassName
{
color: #1600BE;
}
.AnyTagClassName
{
color: #1600BE;
}
</style>
background-color css
<style>
a { background-color: #1600BE; }
a { background-color: rgb(22,0,190); }
div.DivClassName
{
background-color: #1600BE;
}
.BgClassName
{
background-color: #1600BE;
}
</style>
border-color css
<style>
span { border-color: #1600BE; }
span { border-color: rgb(22,0,190); }
td.TdClassName
{
border-color: #1600BE;
}
.TagClassName
{
border-color: #1600BE;
}
</style>