Shades of Medium Blue #0F0BBC
Tints of Medium Blue #0F0BBC
RGB
CMYK
RGB Variations
Color information
#0F0BBC (or 0x0F0BBC) is known color: Medium Blue. HEX triplet: 0F, 0B and BC. RGB value is (15,11,188). Sum of RGB (Red+Green+Blue) = 15+11+188=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F0BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BBC is #F0F443. Grayscale: #1F1F1F. Windows color (decimal): -15791172 or 12323599. OLE color: 12323599.
HSL color Cylindrical-coordinate representation of color #0F0BBC: hue angle of 241.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0BBC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 11 | 188 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.26 |
| HSL | 241.36º | 0.89% | 0.39% | - |
| HSV(B) | 241.36º | 0.94% | 0.74% | - |
| XYZ | 9.39 | 3.97 | 47.85 | - |
| YUV | 32.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 188 | 0.92 | 0.94 | 0 | 0.26 | 241.36 | 0.89 | 0.39 |
| Hex | F | B | BC | 5C | 5E | 0 | 1A | F1 | 59 | 27 |
| Octal | 17 | 13 | 274 | 134 | 136 | 0 | 32 | 361 | 131 | 47 |
| Binary | 1111 | 1011 | 10111100 | 1011100 | 1011110 | 0 | 11010 | 11110001 | 1011001 | 100111 |
Color Harmonies of #0F0BBC
Complementary color
Monochromatic Colors of #0F0BBC
Black with #0F0BBC
Text Example
Text Example
White with #0F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BBC; }
p { color: rgb(15,11,188); }
H1.HeaderClassName
{
color: #0F0BBC;
}
.AnyTagClassName
{
color: #0F0BBC;
}
</style>
background-color css
<style>
a { background-color: #0F0BBC; }
a { background-color: rgb(15,11,188); }
div.DivClassName
{
background-color: #0F0BBC;
}
.BgClassName
{
background-color: #0F0BBC;
}
</style>
border-color css
<style>
span { border-color: #0F0BBC; }
span { border-color: rgb(15,11,188); }
td.TdClassName
{
border-color: #0F0BBC;
}
.TagClassName
{
border-color: #0F0BBC;
}
</style>