Shades of Medium Blue #0B18BA
Tints of Medium Blue #0B18BA
RGB
CMYK
RGB Variations
Color information
#0B18BA (or 0x0B18BA) is known color: Medium Blue. HEX triplet: 0B, 18 and BA. RGB value is (11,24,186). Sum of RGB (Red+Green+Blue) = 11+24+186=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B18BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B18BA is #F4E745. Grayscale: #252525. Windows color (decimal): -16049990 or 12195851. OLE color: 12195851.
HSL color Cylindrical-coordinate representation of color #0B18BA: hue angle of 235.54º 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 #0B18BA is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 24 | 186 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.27 |
| HSL | 235.54º | 0.89% | 0.39% | - |
| HSV(B) | 235.54º | 0.94% | 0.73% | - |
| XYZ | 9.33 | 4.27 | 46.79 | - |
| YUV | 38.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 186 | 0.94 | 0.87 | 0 | 0.27 | 235.54 | 0.89 | 0.39 |
| Hex | B | 18 | BA | 5E | 57 | 0 | 1B | EC | 59 | 27 |
| Octal | 13 | 30 | 272 | 136 | 127 | 0 | 33 | 354 | 131 | 47 |
| Binary | 1011 | 11000 | 10111010 | 1011110 | 1010111 | 0 | 11011 | 11101100 | 1011001 | 100111 |
Color Harmonies of #0B18BA
Complementary color
Monochromatic Colors of #0B18BA
Black with #0B18BA
Text Example
Text Example
White with #0B18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B18BA; }
p { color: rgb(11,24,186); }
H1.HeaderClassName
{
color: #0B18BA;
}
.AnyTagClassName
{
color: #0B18BA;
}
</style>
background-color css
<style>
a { background-color: #0B18BA; }
a { background-color: rgb(11,24,186); }
div.DivClassName
{
background-color: #0B18BA;
}
.BgClassName
{
background-color: #0B18BA;
}
</style>
border-color css
<style>
span { border-color: #0B18BA; }
span { border-color: rgb(11,24,186); }
td.TdClassName
{
border-color: #0B18BA;
}
.TagClassName
{
border-color: #0B18BA;
}
</style>