Shades of Medium Blue #0B05BE
Tints of Medium Blue #0B05BE
RGB
CMYK
RGB Variations
Color information
#0B05BE (or 0x0B05BE) is known color: Medium Blue. HEX triplet: 0B, 05 and BE. RGB value is (11,5,190). Sum of RGB (Red+Green+Blue) = 11+5+190=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 190 (74.61% from 255 or 92.23% from 206); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B05BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05BE is #F4FA41. Grayscale: #1B1B1B. Windows color (decimal): -16054850 or 12453131. OLE color: 12453131.
HSL color Cylindrical-coordinate representation of color #0B05BE: hue angle of 241.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05BE is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 5 | 190 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.25 |
| HSL | 241.95º | 0.95% | 0.38% | - |
| HSV(B) | 241.95º | 0.97% | 0.75% | - |
| XYZ | 9.49 | 3.9 | 48.97 | - |
| YUV | 27.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 190 | 0.94 | 0.97 | 0 | 0.25 | 241.95 | 0.95 | 0.38 |
| Hex | B | 5 | BE | 5E | 61 | 0 | 19 | F2 | 5F | 26 |
| Octal | 13 | 5 | 276 | 136 | 141 | 0 | 31 | 362 | 137 | 46 |
| Binary | 1011 | 101 | 10111110 | 1011110 | 1100001 | 0 | 11001 | 11110010 | 1011111 | 100110 |
Color Harmonies of #0B05BE
Complementary color
Monochromatic Colors of #0B05BE
Black with #0B05BE
Text Example
Text Example
White with #0B05BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B05BE; }
p { color: rgb(11,5,190); }
H1.HeaderClassName
{
color: #0B05BE;
}
.AnyTagClassName
{
color: #0B05BE;
}
</style>
background-color css
<style>
a { background-color: #0B05BE; }
a { background-color: rgb(11,5,190); }
div.DivClassName
{
background-color: #0B05BE;
}
.BgClassName
{
background-color: #0B05BE;
}
</style>
border-color css
<style>
span { border-color: #0B05BE; }
span { border-color: rgb(11,5,190); }
td.TdClassName
{
border-color: #0B05BE;
}
.TagClassName
{
border-color: #0B05BE;
}
</style>