Shades of Medium Blue #0010BB
Tints of Medium Blue #0010BB
RGB
CMYK
RGB Variations
Color information
#0010BB (or 0x0010BB) is known color: Medium Blue. HEX triplet: 00, 10 and BB. RGB value is (0,16,187). Sum of RGB (Red+Green+Blue) = 0+16+187=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #0010BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010BB is #FFEF44. Grayscale: #1E1E1E. Windows color (decimal): -16772933 or 12259328. OLE color: 12259328.
HSL color Cylindrical-coordinate representation of color #0010BB: hue angle of 234.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010BB is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 16 | 187 | - |
| CMYK | 1 | 0.91 | 0 | 0.27 |
| HSL | 234.87º | 1% | 0.37% | - |
| HSV(B) | 234.87º | 1% | 0.73% | - |
| XYZ | 9.15 | 3.96 | 47.3 | - |
| YUV | 30.71 | 216.2 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 187 | 1 | 0.91 | 0 | 0.27 | 234.87 | 1 | 0.37 |
| Hex | 0 | 10 | BB | 64 | 5B | 0 | 1B | EB | 64 | 25 |
| Octal | 0 | 20 | 273 | 144 | 133 | 0 | 33 | 353 | 144 | 45 |
| Binary | 0 | 10000 | 10111011 | 1100100 | 1011011 | 0 | 11011 | 11101011 | 1100100 | 100101 |
Color Harmonies of #0010BB
Complementary color
Monochromatic Colors of #0010BB
Black with #0010BB
Text Example
Text Example
White with #0010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010BB; }
p { color: rgb(0,16,187); }
H1.HeaderClassName
{
color: #0010BB;
}
.AnyTagClassName
{
color: #0010BB;
}
</style>
background-color css
<style>
a { background-color: #0010BB; }
a { background-color: rgb(0,16,187); }
div.DivClassName
{
background-color: #0010BB;
}
.BgClassName
{
background-color: #0010BB;
}
</style>
border-color css
<style>
span { border-color: #0010BB; }
span { border-color: rgb(0,16,187); }
td.TdClassName
{
border-color: #0010BB;
}
.TagClassName
{
border-color: #0010BB;
}
</style>