Shades of Medium Blue #0913BA
Tints of Medium Blue #0913BA
RGB
CMYK
RGB Variations
Color information
#0913BA (or 0x0913BA) is known color: Medium Blue. HEX triplet: 09, 13 and BA. RGB value is (9,19,186). Sum of RGB (Red+Green+Blue) = 9+19+186=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #0913BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913BA is #F6EC45. Grayscale: #222222. Windows color (decimal): -16182342 or 12194569. OLE color: 12194569.
HSL color Cylindrical-coordinate representation of color #0913BA: hue angle of 236.61º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0913BA is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 19 | 186 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.27 |
| HSL | 236.61º | 0.91% | 0.38% | - |
| HSV(B) | 236.61º | 0.95% | 0.73% | - |
| XYZ | 9.21 | 4.07 | 46.75 | - |
| YUV | 35.05 | 213.19 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 186 | 0.95 | 0.90 | 0 | 0.27 | 236.61 | 0.91 | 0.38 |
| Hex | 9 | 13 | BA | 5F | 5A | 0 | 1B | ED | 5B | 26 |
| Octal | 11 | 23 | 272 | 137 | 132 | 0 | 33 | 355 | 133 | 46 |
| Binary | 1001 | 10011 | 10111010 | 1011111 | 1011010 | 0 | 11011 | 11101101 | 1011011 | 100110 |
Color Harmonies of #0913BA
Complementary color
Monochromatic Colors of #0913BA
Black with #0913BA
Text Example
Text Example
White with #0913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913BA; }
p { color: rgb(9,19,186); }
H1.HeaderClassName
{
color: #0913BA;
}
.AnyTagClassName
{
color: #0913BA;
}
</style>
background-color css
<style>
a { background-color: #0913BA; }
a { background-color: rgb(9,19,186); }
div.DivClassName
{
background-color: #0913BA;
}
.BgClassName
{
background-color: #0913BA;
}
</style>
border-color css
<style>
span { border-color: #0913BA; }
span { border-color: rgb(9,19,186); }
td.TdClassName
{
border-color: #0913BA;
}
.TagClassName
{
border-color: #0913BA;
}
</style>