Shades of Medium Blue #0F16BF
Tints of Medium Blue #0F16BF
RGB
CMYK
RGB Variations
Color information
#0F16BF (or 0x0F16BF) is known color: Medium Blue. HEX triplet: 0F, 16 and BF. RGB value is (15,22,191). Sum of RGB (Red+Green+Blue) = 15+22+191=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F16BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16BF is #F0E940. Grayscale: #262626. Windows color (decimal): -15788353 or 12523023. OLE color: 12523023.
HSL color Cylindrical-coordinate representation of color #0F16BF: hue angle of 237.61º 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 #0F16BF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 22 | 191 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.25 |
| HSL | 237.61º | 0.85% | 0.4% | - |
| HSV(B) | 237.61º | 0.92% | 0.75% | - |
| XYZ | 9.89 | 4.44 | 49.63 | - |
| YUV | 39.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 191 | 0.92 | 0.88 | 0 | 0.25 | 237.61 | 0.85 | 0.4 |
| Hex | F | 16 | BF | 5C | 58 | 0 | 19 | EE | 55 | 28 |
| Octal | 17 | 26 | 277 | 134 | 130 | 0 | 31 | 356 | 125 | 50 |
| Binary | 1111 | 10110 | 10111111 | 1011100 | 1011000 | 0 | 11001 | 11101110 | 1010101 | 101000 |
Color Harmonies of #0F16BF
Complementary color
Monochromatic Colors of #0F16BF
Black with #0F16BF
Text Example
Text Example
White with #0F16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F16BF; }
p { color: rgb(15,22,191); }
H1.HeaderClassName
{
color: #0F16BF;
}
.AnyTagClassName
{
color: #0F16BF;
}
</style>
background-color css
<style>
a { background-color: #0F16BF; }
a { background-color: rgb(15,22,191); }
div.DivClassName
{
background-color: #0F16BF;
}
.BgClassName
{
background-color: #0F16BF;
}
</style>
border-color css
<style>
span { border-color: #0F16BF; }
span { border-color: rgb(15,22,191); }
td.TdClassName
{
border-color: #0F16BF;
}
.TagClassName
{
border-color: #0F16BF;
}
</style>