Shades of Medium Blue #0F0BBA
Tints of Medium Blue #0F0BBA
RGB
CMYK
RGB Variations
Color information
#0F0BBA (or 0x0F0BBA) is known color: Medium Blue. HEX triplet: 0F, 0B and BA. RGB value is (15,11,186). Sum of RGB (Red+Green+Blue) = 15+11+186=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F0BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BBA is #F0F445. Grayscale: #1F1F1F. Windows color (decimal): -15791174 or 12192527. OLE color: 12192527.
HSL color Cylindrical-coordinate representation of color #0F0BBA: hue angle of 241.37º 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 #0F0BBA is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 11 | 186 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.27 |
| HSL | 241.37º | 0.89% | 0.39% | - |
| HSV(B) | 241.37º | 0.94% | 0.73% | - |
| XYZ | 9.18 | 3.89 | 46.72 | - |
| YUV | 32.15 | 214.83 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 186 | 0.92 | 0.94 | 0 | 0.27 | 241.37 | 0.89 | 0.39 |
| Hex | F | B | BA | 5C | 5E | 0 | 1B | F1 | 59 | 27 |
| Octal | 17 | 13 | 272 | 134 | 136 | 0 | 33 | 361 | 131 | 47 |
| Binary | 1111 | 1011 | 10111010 | 1011100 | 1011110 | 0 | 11011 | 11110001 | 1011001 | 100111 |
Color Harmonies of #0F0BBA
Complementary color
Monochromatic Colors of #0F0BBA
Black with #0F0BBA
Text Example
Text Example
White with #0F0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BBA; }
p { color: rgb(15,11,186); }
H1.HeaderClassName
{
color: #0F0BBA;
}
.AnyTagClassName
{
color: #0F0BBA;
}
</style>
background-color css
<style>
a { background-color: #0F0BBA; }
a { background-color: rgb(15,11,186); }
div.DivClassName
{
background-color: #0F0BBA;
}
.BgClassName
{
background-color: #0F0BBA;
}
</style>
border-color css
<style>
span { border-color: #0F0BBA; }
span { border-color: rgb(15,11,186); }
td.TdClassName
{
border-color: #0F0BBA;
}
.TagClassName
{
border-color: #0F0BBA;
}
</style>