Shades of Medium Blue #0016BA
Tints of Medium Blue #0016BA
RGB
CMYK
RGB Variations
Color information
#0016BA (or 0x0016BA) is known color: Medium Blue. HEX triplet: 00, 16 and BA. RGB value is (0,22,186). Sum of RGB (Red+Green+Blue) = 0+22+186=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #0016BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016BA is #FFE945. Grayscale: #212121. Windows color (decimal): -16771398 or 12195328. OLE color: 12195328.
HSL color Cylindrical-coordinate representation of color #0016BA: hue angle of 232.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016BA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 22 | 186 | - |
| CMYK | 1 | 0.88 | 0 | 0.27 |
| HSL | 232.9º | 1% | 0.36% | - |
| HSV(B) | 232.9º | 1% | 0.73% | - |
| XYZ | 9.15 | 4.12 | 46.77 | - |
| YUV | 34.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 186 | 1 | 0.88 | 0 | 0.27 | 232.9 | 1 | 0.36 |
| Hex | 0 | 16 | BA | 64 | 58 | 0 | 1B | E9 | 64 | 24 |
| Octal | 0 | 26 | 272 | 144 | 130 | 0 | 33 | 351 | 144 | 44 |
| Binary | 0 | 10110 | 10111010 | 1100100 | 1011000 | 0 | 11011 | 11101001 | 1100100 | 100100 |
Color Harmonies of #0016BA
Complementary color
Monochromatic Colors of #0016BA
Black with #0016BA
Text Example
Text Example
White with #0016BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0016BA; }
p { color: rgb(0,22,186); }
H1.HeaderClassName
{
color: #0016BA;
}
.AnyTagClassName
{
color: #0016BA;
}
</style>
background-color css
<style>
a { background-color: #0016BA; }
a { background-color: rgb(0,22,186); }
div.DivClassName
{
background-color: #0016BA;
}
.BgClassName
{
background-color: #0016BA;
}
</style>
border-color css
<style>
span { border-color: #0016BA; }
span { border-color: rgb(0,22,186); }
td.TdClassName
{
border-color: #0016BA;
}
.TagClassName
{
border-color: #0016BA;
}
</style>