Shades of Medium Blue #0215BA
Tints of Medium Blue #0215BA
RGB
CMYK
RGB Variations
Color information
#0215BA (or 0x0215BA) is known color: Medium Blue. HEX triplet: 02, 15 and BA. RGB value is (2,21,186). Sum of RGB (Red+Green+Blue) = 2+21+186=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0215BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215BA is #FDEA45. Grayscale: #212121. Windows color (decimal): -16640582 or 12195074. OLE color: 12195074.
HSL color Cylindrical-coordinate representation of color #0215BA: hue angle of 233.8º degrees, saturation: 0.98, 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 #0215BA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 21 | 186 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.27 |
| HSL | 233.8º | 0.98% | 0.37% | - |
| HSV(B) | 233.8º | 0.99% | 0.73% | - |
| XYZ | 9.16 | 4.09 | 46.76 | - |
| YUV | 34.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 186 | 0.99 | 0.89 | 0 | 0.27 | 233.8 | 0.98 | 0.37 |
| Hex | 2 | 15 | BA | 63 | 59 | 0 | 1B | EA | 62 | 25 |
| Octal | 2 | 25 | 272 | 143 | 131 | 0 | 33 | 352 | 142 | 45 |
| Binary | 10 | 10101 | 10111010 | 1100011 | 1011001 | 0 | 11011 | 11101010 | 1100010 | 100101 |
Color Harmonies of #0215BA
Complementary color
Monochromatic Colors of #0215BA
Black with #0215BA
Text Example
Text Example
White with #0215BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0215BA; }
p { color: rgb(2,21,186); }
H1.HeaderClassName
{
color: #0215BA;
}
.AnyTagClassName
{
color: #0215BA;
}
</style>
background-color css
<style>
a { background-color: #0215BA; }
a { background-color: rgb(2,21,186); }
div.DivClassName
{
background-color: #0215BA;
}
.BgClassName
{
background-color: #0215BA;
}
</style>
border-color css
<style>
span { border-color: #0215BA; }
span { border-color: rgb(2,21,186); }
td.TdClassName
{
border-color: #0215BA;
}
.TagClassName
{
border-color: #0215BA;
}
</style>