Shades of Medium Blue #0F14BF
Tints of Medium Blue #0F14BF
RGB
CMYK
RGB Variations
Color information
#0F14BF (or 0x0F14BF) is known color: Medium Blue. HEX triplet: 0F, 14 and BF. RGB value is (15,20,191). Sum of RGB (Red+Green+Blue) = 15+20+191=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F14BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F14BF is #F0EB40. Grayscale: #252525. Windows color (decimal): -15788865 or 12522511. OLE color: 12522511.
HSL color Cylindrical-coordinate representation of color #0F14BF: hue angle of 238.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F14BF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 20 | 191 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.25 |
| HSL | 238.3º | 0.85% | 0.4% | - |
| HSV(B) | 238.3º | 0.92% | 0.75% | - |
| XYZ | 9.85 | 4.36 | 49.61 | - |
| YUV | 38 | 214.34 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 191 | 0.92 | 0.90 | 0 | 0.25 | 238.3 | 0.85 | 0.4 |
| Hex | F | 14 | BF | 5C | 5A | 0 | 19 | EE | 55 | 28 |
| Octal | 17 | 24 | 277 | 134 | 132 | 0 | 31 | 356 | 125 | 50 |
| Binary | 1111 | 10100 | 10111111 | 1011100 | 1011010 | 0 | 11001 | 11101110 | 1010101 | 101000 |
Color Harmonies of #0F14BF
Complementary color
Monochromatic Colors of #0F14BF
Black with #0F14BF
Text Example
Text Example
White with #0F14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F14BF; }
p { color: rgb(15,20,191); }
H1.HeaderClassName
{
color: #0F14BF;
}
.AnyTagClassName
{
color: #0F14BF;
}
</style>
background-color css
<style>
a { background-color: #0F14BF; }
a { background-color: rgb(15,20,191); }
div.DivClassName
{
background-color: #0F14BF;
}
.BgClassName
{
background-color: #0F14BF;
}
</style>
border-color css
<style>
span { border-color: #0F14BF; }
span { border-color: rgb(15,20,191); }
td.TdClassName
{
border-color: #0F14BF;
}
.TagClassName
{
border-color: #0F14BF;
}
</style>