Shades of Medium Blue #0200BB
Tints of Medium Blue #0200BB
RGB
CMYK
RGB Variations
Color information
#0200BB (or 0x0200BB) is known color: Medium Blue. HEX triplet: 02, 00 and BB. RGB value is (2,0,187). Sum of RGB (Red+Green+Blue) = 2+0+187=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 187 (73.44% from 255 or 98.94% from 189); Max value from RGB is 187 - color contains mainly: blue. Hex color #0200BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0200BB is #FDFF44. Grayscale: #151515. Windows color (decimal): -16645957 or 12255234. OLE color: 12255234.
HSL color Cylindrical-coordinate representation of color #0200BB: hue angle of 240.64º 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 #0200BB is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 0 | 187 | - |
| CMYK | 0.99 | 1 | 0 | 0.27 |
| HSL | 240.64º | 1% | 0.37% | - |
| HSV(B) | 240.64º | 1% | 0.73% | - |
| XYZ | 8.99 | 3.6 | 47.23 | - |
| YUV | 21.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 187 | 0.99 | 1 | 0 | 0.27 | 240.64 | 1 | 0.37 |
| Hex | 2 | 0 | BB | 63 | 64 | 0 | 1B | F1 | 64 | 25 |
| Octal | 2 | 0 | 273 | 143 | 144 | 0 | 33 | 361 | 144 | 45 |
| Binary | 10 | 0 | 10111011 | 1100011 | 1100100 | 0 | 11011 | 11110001 | 1100100 | 100101 |
Color Harmonies of #0200BB
Complementary color
Monochromatic Colors of #0200BB
Black with #0200BB
Text Example
Text Example
White with #0200BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0200BB; }
p { color: rgb(2,0,187); }
H1.HeaderClassName
{
color: #0200BB;
}
.AnyTagClassName
{
color: #0200BB;
}
</style>
background-color css
<style>
a { background-color: #0200BB; }
a { background-color: rgb(2,0,187); }
div.DivClassName
{
background-color: #0200BB;
}
.BgClassName
{
background-color: #0200BB;
}
</style>
border-color css
<style>
span { border-color: #0200BB; }
span { border-color: rgb(2,0,187); }
td.TdClassName
{
border-color: #0200BB;
}
.TagClassName
{
border-color: #0200BB;
}
</style>