Shades of Medium Blue #0B05BB
Tints of Medium Blue #0B05BB
RGB
CMYK
RGB Variations
Color information
#0B05BB (or 0x0B05BB) is known color: Medium Blue. HEX triplet: 0B, 05 and BB. RGB value is (11,5,187). Sum of RGB (Red+Green+Blue) = 11+5+187=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #0B05BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05BB is #F4FA44. Grayscale: #1A1A1A. Windows color (decimal): -16054853 or 12256523. OLE color: 12256523.
HSL color Cylindrical-coordinate representation of color #0B05BB: hue angle of 241.98º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05BB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 5 | 187 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.27 |
| HSL | 241.98º | 0.95% | 0.38% | - |
| HSV(B) | 241.98º | 0.97% | 0.73% | - |
| XYZ | 9.16 | 3.77 | 47.26 | - |
| YUV | 27.54 | 217.99 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 187 | 0.94 | 0.97 | 0 | 0.27 | 241.98 | 0.95 | 0.38 |
| Hex | B | 5 | BB | 5E | 61 | 0 | 1B | F2 | 5F | 26 |
| Octal | 13 | 5 | 273 | 136 | 141 | 0 | 33 | 362 | 137 | 46 |
| Binary | 1011 | 101 | 10111011 | 1011110 | 1100001 | 0 | 11011 | 11110010 | 1011111 | 100110 |
Color Harmonies of #0B05BB
Complementary color
Monochromatic Colors of #0B05BB
Black with #0B05BB
Text Example
Text Example
White with #0B05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05BB; }
p { color: rgb(11,5,187); }
H1.HeaderClassName
{
color: #0B05BB;
}
.AnyTagClassName
{
color: #0B05BB;
}
</style>
background-color css
<style>
a { background-color: #0B05BB; }
a { background-color: rgb(11,5,187); }
div.DivClassName
{
background-color: #0B05BB;
}
.BgClassName
{
background-color: #0B05BB;
}
</style>
border-color css
<style>
span { border-color: #0B05BB; }
span { border-color: rgb(11,5,187); }
td.TdClassName
{
border-color: #0B05BB;
}
.TagClassName
{
border-color: #0B05BB;
}
</style>