Shades of Medium Blue #0A0CBA
Tints of Medium Blue #0A0CBA
RGB
CMYK
RGB Variations
Color information
#0A0CBA (or 0x0A0CBA) is known color: Medium Blue. HEX triplet: 0A, 0C and BA. RGB value is (10,12,186). Sum of RGB (Red+Green+Blue) = 10+12+186=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A0CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0CBA is #F5F345. Grayscale: #1E1E1E. Windows color (decimal): -16118598 or 12192778. OLE color: 12192778.
HSL color Cylindrical-coordinate representation of color #0A0CBA: hue angle of 239.32º 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 #0A0CBA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 12 | 186 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.27 |
| HSL | 239.32º | 0.9% | 0.38% | - |
| HSV(B) | 239.32º | 0.95% | 0.73% | - |
| XYZ | 9.12 | 3.87 | 46.72 | - |
| YUV | 31.24 | 215.34 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 186 | 0.95 | 0.94 | 0 | 0.27 | 239.32 | 0.9 | 0.38 |
| Hex | A | C | BA | 5F | 5E | 0 | 1B | EF | 5A | 26 |
| Octal | 12 | 14 | 272 | 137 | 136 | 0 | 33 | 357 | 132 | 46 |
| Binary | 1010 | 1100 | 10111010 | 1011111 | 1011110 | 0 | 11011 | 11101111 | 1011010 | 100110 |
Color Harmonies of #0A0CBA
Complementary color
Monochromatic Colors of #0A0CBA
Black with #0A0CBA
Text Example
Text Example
White with #0A0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0CBA; }
p { color: rgb(10,12,186); }
H1.HeaderClassName
{
color: #0A0CBA;
}
.AnyTagClassName
{
color: #0A0CBA;
}
</style>
background-color css
<style>
a { background-color: #0A0CBA; }
a { background-color: rgb(10,12,186); }
div.DivClassName
{
background-color: #0A0CBA;
}
.BgClassName
{
background-color: #0A0CBA;
}
</style>
border-color css
<style>
span { border-color: #0A0CBA; }
span { border-color: rgb(10,12,186); }
td.TdClassName
{
border-color: #0A0CBA;
}
.TagClassName
{
border-color: #0A0CBA;
}
</style>