Shades of Medium Blue #0A19BA
Tints of Medium Blue #0A19BA
RGB
CMYK
RGB Variations
Color information
#0A19BA (or 0x0A19BA) is known color: Medium Blue. HEX triplet: 0A, 19 and BA. RGB value is (10,25,186). Sum of RGB (Red+Green+Blue) = 10+25+186=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A19BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A19BA is #F5E645. Grayscale: #262626. Windows color (decimal): -16115270 or 12196106. OLE color: 12196106.
HSL color Cylindrical-coordinate representation of color #0A19BA: hue angle of 234.89º degrees, saturation: 0.9, 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 #0A19BA is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 25 | 186 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.27 |
| HSL | 234.89º | 0.9% | 0.38% | - |
| HSV(B) | 234.89º | 0.95% | 0.73% | - |
| XYZ | 9.34 | 4.3 | 46.79 | - |
| YUV | 38.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 186 | 0.95 | 0.87 | 0 | 0.27 | 234.89 | 0.9 | 0.38 |
| Hex | A | 19 | BA | 5F | 57 | 0 | 1B | EB | 5A | 26 |
| Octal | 12 | 31 | 272 | 137 | 127 | 0 | 33 | 353 | 132 | 46 |
| Binary | 1010 | 11001 | 10111010 | 1011111 | 1010111 | 0 | 11011 | 11101011 | 1011010 | 100110 |
Color Harmonies of #0A19BA
Complementary color
Monochromatic Colors of #0A19BA
Black with #0A19BA
Text Example
Text Example
White with #0A19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A19BA; }
p { color: rgb(10,25,186); }
H1.HeaderClassName
{
color: #0A19BA;
}
.AnyTagClassName
{
color: #0A19BA;
}
</style>
background-color css
<style>
a { background-color: #0A19BA; }
a { background-color: rgb(10,25,186); }
div.DivClassName
{
background-color: #0A19BA;
}
.BgClassName
{
background-color: #0A19BA;
}
</style>
border-color css
<style>
span { border-color: #0A19BA; }
span { border-color: rgb(10,25,186); }
td.TdClassName
{
border-color: #0A19BA;
}
.TagClassName
{
border-color: #0A19BA;
}
</style>