Shades of Medium Blue #0F15B8
Tints of Medium Blue #0F15B8
RGB
CMYK
RGB Variations
Color information
#0F15B8 (or 0x0F15B8) is known color: Medium Blue. HEX triplet: 0F, 15 and B8. RGB value is (15,21,184). Sum of RGB (Red+Green+Blue) = 15+21+184=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 184 (72.27% from 255 or 83.64% from 220); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F15B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15B8 is #F0EA47. Grayscale: #252525. Windows color (decimal): -15788616 or 12064015. OLE color: 12064015.
HSL color Cylindrical-coordinate representation of color #0F15B8: hue angle of 237.87º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F15B8 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 21 | 184 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.28 |
| HSL | 237.87º | 0.85% | 0.39% | - |
| HSV(B) | 237.87º | 0.92% | 0.72% | - |
| XYZ | 9.12 | 4.1 | 45.66 | - |
| YUV | 37.79 | 210.51 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 184 | 0.92 | 0.89 | 0 | 0.28 | 237.87 | 0.85 | 0.39 |
| Hex | F | 15 | B8 | 5C | 59 | 0 | 1C | EE | 55 | 27 |
| Octal | 17 | 25 | 270 | 134 | 131 | 0 | 34 | 356 | 125 | 47 |
| Binary | 1111 | 10101 | 10111000 | 1011100 | 1011001 | 0 | 11100 | 11101110 | 1010101 | 100111 |
Color Harmonies of #0F15B8
Complementary color
Monochromatic Colors of #0F15B8
Black with #0F15B8
Text Example
Text Example
White with #0F15B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F15B8; }
p { color: rgb(15,21,184); }
H1.HeaderClassName
{
color: #0F15B8;
}
.AnyTagClassName
{
color: #0F15B8;
}
</style>
background-color css
<style>
a { background-color: #0F15B8; }
a { background-color: rgb(15,21,184); }
div.DivClassName
{
background-color: #0F15B8;
}
.BgClassName
{
background-color: #0F15B8;
}
</style>
border-color css
<style>
span { border-color: #0F15B8; }
span { border-color: rgb(15,21,184); }
td.TdClassName
{
border-color: #0F15B8;
}
.TagClassName
{
border-color: #0F15B8;
}
</style>