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