Shades of Medium Blue #0013BA
Tints of Medium Blue #0013BA
RGB
CMYK
RGB Variations
Color information
#0013BA (or 0x0013BA) is known color: Medium Blue. HEX triplet: 00, 13 and BA. RGB value is (0,19,186). Sum of RGB (Red+Green+Blue) = 0+19+186=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #0013BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013BA is #FFEC45. Grayscale: #1F1F1F. Windows color (decimal): -16772166 or 12194560. OLE color: 12194560.
HSL color Cylindrical-coordinate representation of color #0013BA: hue angle of 233.87º 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 #0013BA is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 19 | 186 | - |
| CMYK | 1 | 0.90 | 0 | 0.27 |
| HSL | 233.87º | 1% | 0.36% | - |
| HSV(B) | 233.87º | 1% | 0.73% | - |
| XYZ | 9.1 | 4.01 | 46.75 | - |
| YUV | 32.36 | 214.71 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 186 | 1 | 0.90 | 0 | 0.27 | 233.87 | 1 | 0.36 |
| Hex | 0 | 13 | BA | 64 | 5A | 0 | 1B | EA | 64 | 24 |
| Octal | 0 | 23 | 272 | 144 | 132 | 0 | 33 | 352 | 144 | 44 |
| Binary | 0 | 10011 | 10111010 | 1100100 | 1011010 | 0 | 11011 | 11101010 | 1100100 | 100100 |
Color Harmonies of #0013BA
Complementary color
Monochromatic Colors of #0013BA
Black with #0013BA
Text Example
Text Example
White with #0013BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0013BA; }
p { color: rgb(0,19,186); }
H1.HeaderClassName
{
color: #0013BA;
}
.AnyTagClassName
{
color: #0013BA;
}
</style>
background-color css
<style>
a { background-color: #0013BA; }
a { background-color: rgb(0,19,186); }
div.DivClassName
{
background-color: #0013BA;
}
.BgClassName
{
background-color: #0013BA;
}
</style>
border-color css
<style>
span { border-color: #0013BA; }
span { border-color: rgb(0,19,186); }
td.TdClassName
{
border-color: #0013BA;
}
.TagClassName
{
border-color: #0013BA;
}
</style>