Shades of Medium Blue #0B0CBA
Tints of Medium Blue #0B0CBA
RGB
CMYK
RGB Variations
Color information
#0B0CBA (or 0x0B0CBA) is known color: Medium Blue. HEX triplet: 0B, 0C and BA. RGB value is (11,12,186). Sum of RGB (Red+Green+Blue) = 11+12+186=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B0CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0CBA is #F4F345. Grayscale: #1E1E1E. Windows color (decimal): -16053062 or 12192779. OLE color: 12192779.
HSL color Cylindrical-coordinate representation of color #0B0CBA: hue angle of 239.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0CBA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 12 | 186 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.27 |
| HSL | 239.66º | 0.89% | 0.39% | - |
| HSV(B) | 239.66º | 0.94% | 0.73% | - |
| XYZ | 9.13 | 3.88 | 46.72 | - |
| YUV | 31.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 12 | 186 | 0.94 | 0.94 | 0 | 0.27 | 239.66 | 0.89 | 0.39 |
| Hex | B | C | BA | 5E | 5E | 0 | 1B | F0 | 59 | 27 |
| Octal | 13 | 14 | 272 | 136 | 136 | 0 | 33 | 360 | 131 | 47 |
| Binary | 1011 | 1100 | 10111010 | 1011110 | 1011110 | 0 | 11011 | 11110000 | 1011001 | 100111 |
Color Harmonies of #0B0CBA
Complementary color
Monochromatic Colors of #0B0CBA
Black with #0B0CBA
Text Example
Text Example
White with #0B0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0CBA; }
p { color: rgb(11,12,186); }
H1.HeaderClassName
{
color: #0B0CBA;
}
.AnyTagClassName
{
color: #0B0CBA;
}
</style>
background-color css
<style>
a { background-color: #0B0CBA; }
a { background-color: rgb(11,12,186); }
div.DivClassName
{
background-color: #0B0CBA;
}
.BgClassName
{
background-color: #0B0CBA;
}
</style>
border-color css
<style>
span { border-color: #0B0CBA; }
span { border-color: rgb(11,12,186); }
td.TdClassName
{
border-color: #0B0CBA;
}
.TagClassName
{
border-color: #0B0CBA;
}
</style>