Shades of Medium Blue #0F15BE
Tints of Medium Blue #0F15BE
RGB
CMYK
RGB Variations
Color information
#0F15BE (or 0x0F15BE) is known color: Medium Blue. HEX triplet: 0F, 15 and BE. RGB value is (15,21,190). Sum of RGB (Red+Green+Blue) = 15+21+190=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F15BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15BE is #F0EA41. Grayscale: #252525. Windows color (decimal): -15788610 or 12457231. OLE color: 12457231.
HSL color Cylindrical-coordinate representation of color #0F15BE: hue angle of 237.94º 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 #0F15BE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 21 | 190 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.25 |
| HSL | 237.94º | 0.85% | 0.4% | - |
| HSV(B) | 237.94º | 0.92% | 0.75% | - |
| XYZ | 9.76 | 4.36 | 49.04 | - |
| YUV | 38.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 190 | 0.92 | 0.89 | 0 | 0.25 | 237.94 | 0.85 | 0.4 |
| Hex | F | 15 | BE | 5C | 59 | 0 | 19 | EE | 55 | 28 |
| Octal | 17 | 25 | 276 | 134 | 131 | 0 | 31 | 356 | 125 | 50 |
| Binary | 1111 | 10101 | 10111110 | 1011100 | 1011001 | 0 | 11001 | 11101110 | 1010101 | 101000 |
Color Harmonies of #0F15BE
Complementary color
Monochromatic Colors of #0F15BE
Black with #0F15BE
Text Example
Text Example
White with #0F15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F15BE; }
p { color: rgb(15,21,190); }
H1.HeaderClassName
{
color: #0F15BE;
}
.AnyTagClassName
{
color: #0F15BE;
}
</style>
background-color css
<style>
a { background-color: #0F15BE; }
a { background-color: rgb(15,21,190); }
div.DivClassName
{
background-color: #0F15BE;
}
.BgClassName
{
background-color: #0F15BE;
}
</style>
border-color css
<style>
span { border-color: #0F15BE; }
span { border-color: rgb(15,21,190); }
td.TdClassName
{
border-color: #0F15BE;
}
.TagClassName
{
border-color: #0F15BE;
}
</style>