Shades of Medium Blue #0015BA
Tints of Medium Blue #0015BA
RGB
CMYK
RGB Variations
Color information
#0015BA (or 0x0015BA) is known color: Medium Blue. HEX triplet: 00, 15 and BA. RGB value is (0,21,186). Sum of RGB (Red+Green+Blue) = 0+21+186=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #0015BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015BA is #FFEA45. Grayscale: #202020. Windows color (decimal): -16771654 or 12195072. OLE color: 12195072.
HSL color Cylindrical-coordinate representation of color #0015BA: hue angle of 233.23º 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 #0015BA is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 21 | 186 | - |
| CMYK | 1 | 0.89 | 0 | 0.27 |
| HSL | 233.23º | 1% | 0.36% | - |
| HSV(B) | 233.23º | 1% | 0.73% | - |
| XYZ | 9.13 | 4.08 | 46.76 | - |
| YUV | 33.53 | 214.04 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 186 | 1 | 0.89 | 0 | 0.27 | 233.23 | 1 | 0.36 |
| Hex | 0 | 15 | BA | 64 | 59 | 0 | 1B | E9 | 64 | 24 |
| Octal | 0 | 25 | 272 | 144 | 131 | 0 | 33 | 351 | 144 | 44 |
| Binary | 0 | 10101 | 10111010 | 1100100 | 1011001 | 0 | 11011 | 11101001 | 1100100 | 100100 |
Color Harmonies of #0015BA
Complementary color
Monochromatic Colors of #0015BA
Black with #0015BA
Text Example
Text Example
White with #0015BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0015BA; }
p { color: rgb(0,21,186); }
H1.HeaderClassName
{
color: #0015BA;
}
.AnyTagClassName
{
color: #0015BA;
}
</style>
background-color css
<style>
a { background-color: #0015BA; }
a { background-color: rgb(0,21,186); }
div.DivClassName
{
background-color: #0015BA;
}
.BgClassName
{
background-color: #0015BA;
}
</style>
border-color css
<style>
span { border-color: #0015BA; }
span { border-color: rgb(0,21,186); }
td.TdClassName
{
border-color: #0015BA;
}
.TagClassName
{
border-color: #0015BA;
}
</style>