Shades of Medium Blue #0B0ABA
Tints of Medium Blue #0B0ABA
RGB
CMYK
RGB Variations
Color information
#0B0ABA (or 0x0B0ABA) is known color: Medium Blue. HEX triplet: 0B, 0A and BA. RGB value is (11,10,186). Sum of RGB (Red+Green+Blue) = 11+10+186=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B0ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0ABA is #F4F545. Grayscale: #1D1D1D. Windows color (decimal): -16053574 or 12192267. OLE color: 12192267.
HSL color Cylindrical-coordinate representation of color #0B0ABA: hue angle of 240.34º 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 #0B0ABA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 10 | 186 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.27 |
| HSL | 240.34º | 0.9% | 0.38% | - |
| HSV(B) | 240.34º | 0.95% | 0.73% | - |
| XYZ | 9.11 | 3.83 | 46.71 | - |
| YUV | 30.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 10 | 186 | 0.94 | 0.95 | 0 | 0.27 | 240.34 | 0.9 | 0.38 |
| Hex | B | A | BA | 5E | 5F | 0 | 1B | F0 | 5A | 26 |
| Octal | 13 | 12 | 272 | 136 | 137 | 0 | 33 | 360 | 132 | 46 |
| Binary | 1011 | 1010 | 10111010 | 1011110 | 1011111 | 0 | 11011 | 11110000 | 1011010 | 100110 |
Color Harmonies of #0B0ABA
Complementary color
Monochromatic Colors of #0B0ABA
Black with #0B0ABA
Text Example
Text Example
White with #0B0ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0ABA; }
p { color: rgb(11,10,186); }
H1.HeaderClassName
{
color: #0B0ABA;
}
.AnyTagClassName
{
color: #0B0ABA;
}
</style>
background-color css
<style>
a { background-color: #0B0ABA; }
a { background-color: rgb(11,10,186); }
div.DivClassName
{
background-color: #0B0ABA;
}
.BgClassName
{
background-color: #0B0ABA;
}
</style>
border-color css
<style>
span { border-color: #0B0ABA; }
span { border-color: rgb(11,10,186); }
td.TdClassName
{
border-color: #0B0ABA;
}
.TagClassName
{
border-color: #0B0ABA;
}
</style>