Shades of Medium Blue #0201BA
Tints of Medium Blue #0201BA
RGB
CMYK
RGB Variations
Color information
#0201BA (or 0x0201BA) is known color: Medium Blue. HEX triplet: 02, 01 and BA. RGB value is (2,1,186). Sum of RGB (Red+Green+Blue) = 2+1+186=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 186 (73.05% from 255 or 98.41% from 189); Max value from RGB is 186 - color contains mainly: blue. Hex color #0201BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0201BA is #FDFE45. Grayscale: #151515. Windows color (decimal): -16645702 or 12189954. OLE color: 12189954.
HSL color Cylindrical-coordinate representation of color #0201BA: hue angle of 240.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0201BA is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 1 | 186 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.27 |
| HSL | 240.32º | 0.99% | 0.37% | - |
| HSV(B) | 240.32º | 0.99% | 0.73% | - |
| XYZ | 8.9 | 3.58 | 46.68 | - |
| YUV | 22.39 | 220.33 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 186 | 0.99 | 0.99 | 0 | 0.27 | 240.32 | 0.99 | 0.37 |
| Hex | 2 | 1 | BA | 63 | 63 | 0 | 1B | F0 | 63 | 25 |
| Octal | 2 | 1 | 272 | 143 | 143 | 0 | 33 | 360 | 143 | 45 |
| Binary | 10 | 1 | 10111010 | 1100011 | 1100011 | 0 | 11011 | 11110000 | 1100011 | 100101 |
Color Harmonies of #0201BA
Complementary color
Monochromatic Colors of #0201BA
Black with #0201BA
Text Example
Text Example
White with #0201BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0201BA; }
p { color: rgb(2,1,186); }
H1.HeaderClassName
{
color: #0201BA;
}
.AnyTagClassName
{
color: #0201BA;
}
</style>
background-color css
<style>
a { background-color: #0201BA; }
a { background-color: rgb(2,1,186); }
div.DivClassName
{
background-color: #0201BA;
}
.BgClassName
{
background-color: #0201BA;
}
</style>
border-color css
<style>
span { border-color: #0201BA; }
span { border-color: rgb(2,1,186); }
td.TdClassName
{
border-color: #0201BA;
}
.TagClassName
{
border-color: #0201BA;
}
</style>