Shades of Medium Blue #0F12BB
Tints of Medium Blue #0F12BB
RGB
CMYK
RGB Variations
Color information
#0F12BB (or 0x0F12BB) is known color: Medium Blue. HEX triplet: 0F, 12 and BB. RGB value is (15,18,187). Sum of RGB (Red+Green+Blue) = 15+18+187=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F12BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F12BB is #F0ED44. Grayscale: #232323. Windows color (decimal): -15789381 or 12259855. OLE color: 12259855.
HSL color Cylindrical-coordinate representation of color #0F12BB: hue angle of 238.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F12BB is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 18 | 187 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.27 |
| HSL | 238.95º | 0.85% | 0.4% | - |
| HSV(B) | 238.95º | 0.92% | 0.73% | - |
| XYZ | 9.38 | 4.12 | 47.31 | - |
| YUV | 36.37 | 213.01 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 187 | 0.92 | 0.90 | 0 | 0.27 | 238.95 | 0.85 | 0.4 |
| Hex | F | 12 | BB | 5C | 5A | 0 | 1B | EF | 55 | 28 |
| Octal | 17 | 22 | 273 | 134 | 132 | 0 | 33 | 357 | 125 | 50 |
| Binary | 1111 | 10010 | 10111011 | 1011100 | 1011010 | 0 | 11011 | 11101111 | 1010101 | 101000 |
Color Harmonies of #0F12BB
Complementary color
Monochromatic Colors of #0F12BB
Black with #0F12BB
Text Example
Text Example
White with #0F12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F12BB; }
p { color: rgb(15,18,187); }
H1.HeaderClassName
{
color: #0F12BB;
}
.AnyTagClassName
{
color: #0F12BB;
}
</style>
background-color css
<style>
a { background-color: #0F12BB; }
a { background-color: rgb(15,18,187); }
div.DivClassName
{
background-color: #0F12BB;
}
.BgClassName
{
background-color: #0F12BB;
}
</style>
border-color css
<style>
span { border-color: #0F12BB; }
span { border-color: rgb(15,18,187); }
td.TdClassName
{
border-color: #0F12BB;
}
.TagClassName
{
border-color: #0F12BB;
}
</style>