Shades of Medium Blue #0B15BE
Tints of Medium Blue #0B15BE
RGB
CMYK
RGB Variations
Color information
#0B15BE (or 0x0B15BE) is known color: Medium Blue. HEX triplet: 0B, 15 and BE. RGB value is (11,21,190). Sum of RGB (Red+Green+Blue) = 11+21+190=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B15BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B15BE is #F4EA41. Grayscale: #242424. Windows color (decimal): -16050754 or 12457227. OLE color: 12457227.
HSL color Cylindrical-coordinate representation of color #0B15BE: hue angle of 236.65º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B15BE is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 21 | 190 | - |
| CMYK | 0.94 | 0.89 | 0 | 0.25 |
| HSL | 236.65º | 0.89% | 0.39% | - |
| HSV(B) | 236.65º | 0.94% | 0.75% | - |
| XYZ | 9.7 | 4.33 | 49.04 | - |
| YUV | 37.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 190 | 0.94 | 0.89 | 0 | 0.25 | 236.65 | 0.89 | 0.39 |
| Hex | B | 15 | BE | 5E | 59 | 0 | 19 | ED | 59 | 27 |
| Octal | 13 | 25 | 276 | 136 | 131 | 0 | 31 | 355 | 131 | 47 |
| Binary | 1011 | 10101 | 10111110 | 1011110 | 1011001 | 0 | 11001 | 11101101 | 1011001 | 100111 |
Color Harmonies of #0B15BE
Complementary color
Monochromatic Colors of #0B15BE
Black with #0B15BE
Text Example
Text Example
White with #0B15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B15BE; }
p { color: rgb(11,21,190); }
H1.HeaderClassName
{
color: #0B15BE;
}
.AnyTagClassName
{
color: #0B15BE;
}
</style>
background-color css
<style>
a { background-color: #0B15BE; }
a { background-color: rgb(11,21,190); }
div.DivClassName
{
background-color: #0B15BE;
}
.BgClassName
{
background-color: #0B15BE;
}
</style>
border-color css
<style>
span { border-color: #0B15BE; }
span { border-color: rgb(11,21,190); }
td.TdClassName
{
border-color: #0B15BE;
}
.TagClassName
{
border-color: #0B15BE;
}
</style>