Shades of Medium Blue #1600BF
Tints of Medium Blue #1600BF
RGB
CMYK
RGB Variations
Color information
#1600BF (or 0x1600BF) is known color: Medium Blue. HEX triplet: 16, 00 and BF. RGB value is (22,0,191). Sum of RGB (Red+Green+Blue) = 22+0+191=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 191 (75% from 255 or 89.67% from 213); Max value from RGB is 191 - color contains mainly: blue. Hex color #1600BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1600BF is #E9FF40. Grayscale: #1B1B1B. Windows color (decimal): -15335233 or 12517398. OLE color: 12517398.
HSL color Cylindrical-coordinate representation of color #1600BF: hue angle of 246.91º 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 #1600BF is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 0 | 191 | - |
| CMYK | 0.88 | 1 | 0 | 0.25 |
| HSL | 246.91º | 1% | 0.37% | - |
| HSV(B) | 246.91º | 1% | 0.75% | - |
| XYZ | 9.73 | 3.93 | 49.54 | - |
| YUV | 28.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 191 | 0.88 | 1 | 0 | 0.25 | 246.91 | 1 | 0.37 |
| Hex | 16 | 0 | BF | 58 | 64 | 0 | 19 | F7 | 64 | 25 |
| Octal | 26 | 0 | 277 | 130 | 144 | 0 | 31 | 367 | 144 | 45 |
| Binary | 10110 | 0 | 10111111 | 1011000 | 1100100 | 0 | 11001 | 11110111 | 1100100 | 100101 |
Color Harmonies of #1600BF
Complementary color
Monochromatic Colors of #1600BF
Black with #1600BF
Text Example
Text Example
White with #1600BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1600BF; }
p { color: rgb(22,0,191); }
H1.HeaderClassName
{
color: #1600BF;
}
.AnyTagClassName
{
color: #1600BF;
}
</style>
background-color css
<style>
a { background-color: #1600BF; }
a { background-color: rgb(22,0,191); }
div.DivClassName
{
background-color: #1600BF;
}
.BgClassName
{
background-color: #1600BF;
}
</style>
border-color css
<style>
span { border-color: #1600BF; }
span { border-color: rgb(22,0,191); }
td.TdClassName
{
border-color: #1600BF;
}
.TagClassName
{
border-color: #1600BF;
}
</style>