Shades of Medium Blue #0A01BA
Tints of Medium Blue #0A01BA
RGB
CMYK
RGB Variations
Color information
#0A01BA (or 0x0A01BA) is known color: Medium Blue. HEX triplet: 0A, 01 and BA. RGB value is (10,1,186). Sum of RGB (Red+Green+Blue) = 10+1+186=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 186 (73.05% from 255 or 94.42% from 197); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A01BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01BA is #F5FE45. Grayscale: #181818. Windows color (decimal): -16121414 or 12189962. OLE color: 12189962.
HSL color Cylindrical-coordinate representation of color #0A01BA: hue angle of 242.92º degrees, saturation: 0.99, 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 #0A01BA is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 1 | 186 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.27 |
| HSL | 242.92º | 0.99% | 0.37% | - |
| HSV(B) | 242.92º | 0.99% | 0.73% | - |
| XYZ | 9 | 3.63 | 46.68 | - |
| YUV | 24.78 | 218.98 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 186 | 0.95 | 0.99 | 0 | 0.27 | 242.92 | 0.99 | 0.37 |
| Hex | A | 1 | BA | 5F | 63 | 0 | 1B | F3 | 63 | 25 |
| Octal | 12 | 1 | 272 | 137 | 143 | 0 | 33 | 363 | 143 | 45 |
| Binary | 1010 | 1 | 10111010 | 1011111 | 1100011 | 0 | 11011 | 11110011 | 1100011 | 100101 |
Color Harmonies of #0A01BA
Complementary color
Monochromatic Colors of #0A01BA
Black with #0A01BA
Text Example
Text Example
White with #0A01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A01BA; }
p { color: rgb(10,1,186); }
H1.HeaderClassName
{
color: #0A01BA;
}
.AnyTagClassName
{
color: #0A01BA;
}
</style>
background-color css
<style>
a { background-color: #0A01BA; }
a { background-color: rgb(10,1,186); }
div.DivClassName
{
background-color: #0A01BA;
}
.BgClassName
{
background-color: #0A01BA;
}
</style>
border-color css
<style>
span { border-color: #0A01BA; }
span { border-color: rgb(10,1,186); }
td.TdClassName
{
border-color: #0A01BA;
}
.TagClassName
{
border-color: #0A01BA;
}
</style>