Shades of Medium Blue #0010BA
Tints of Medium Blue #0010BA
RGB
CMYK
RGB Variations
Color information
#0010BA (or 0x0010BA) is known color: Medium Blue. HEX triplet: 00, 10 and BA. RGB value is (0,16,186). Sum of RGB (Red+Green+Blue) = 0+16+186=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 186 (73.05% from 255 or 92.08% from 202); Max value from RGB is 186 - color contains mainly: blue. Hex color #0010BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010BA is #FFEF45. Grayscale: #1D1D1D. Windows color (decimal): -16772934 or 12193792. OLE color: 12193792.
HSL color Cylindrical-coordinate representation of color #0010BA: hue angle of 234.84º 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 #0010BA is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 16 | 186 | - |
| CMYK | 1 | 0.91 | 0 | 0.27 |
| HSL | 234.84º | 1% | 0.36% | - |
| HSV(B) | 234.84º | 1% | 0.73% | - |
| XYZ | 9.05 | 3.92 | 46.73 | - |
| YUV | 30.6 | 215.7 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 186 | 1 | 0.91 | 0 | 0.27 | 234.84 | 1 | 0.36 |
| Hex | 0 | 10 | BA | 64 | 5B | 0 | 1B | EB | 64 | 24 |
| Octal | 0 | 20 | 272 | 144 | 133 | 0 | 33 | 353 | 144 | 44 |
| Binary | 0 | 10000 | 10111010 | 1100100 | 1011011 | 0 | 11011 | 11101011 | 1100100 | 100100 |
Color Harmonies of #0010BA
Complementary color
Monochromatic Colors of #0010BA
Black with #0010BA
Text Example
Text Example
White with #0010BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010BA; }
p { color: rgb(0,16,186); }
H1.HeaderClassName
{
color: #0010BA;
}
.AnyTagClassName
{
color: #0010BA;
}
</style>
background-color css
<style>
a { background-color: #0010BA; }
a { background-color: rgb(0,16,186); }
div.DivClassName
{
background-color: #0010BA;
}
.BgClassName
{
background-color: #0010BA;
}
</style>
border-color css
<style>
span { border-color: #0010BA; }
span { border-color: rgb(0,16,186); }
td.TdClassName
{
border-color: #0010BA;
}
.TagClassName
{
border-color: #0010BA;
}
</style>