Shades of Medium Blue #0F0EB6
Tints of Medium Blue #0F0EB6
RGB
CMYK
RGB Variations
Color information
#0F0EB6 (or 0x0F0EB6) is known color: Medium Blue. HEX triplet: 0F, 0E and B6. RGB value is (15,14,182). Sum of RGB (Red+Green+Blue) = 15+14+182=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 182 (71.48% from 255 or 86.26% from 211); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F0EB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0EB6 is #F0F149. Grayscale: #202020. Windows color (decimal): -15790410 or 11931151. OLE color: 11931151.
HSL color Cylindrical-coordinate representation of color #0F0EB6: hue angle of 240.36º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0EB6 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 14 | 182 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.29 |
| HSL | 240.36º | 0.86% | 0.38% | - |
| HSV(B) | 240.36º | 0.92% | 0.71% | - |
| XYZ | 8.8 | 3.79 | 44.52 | - |
| YUV | 33.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 182 | 0.92 | 0.92 | 0 | 0.29 | 240.36 | 0.86 | 0.38 |
| Hex | F | E | B6 | 5C | 5C | 0 | 1D | F0 | 56 | 26 |
| Octal | 17 | 16 | 266 | 134 | 134 | 0 | 35 | 360 | 126 | 46 |
| Binary | 1111 | 1110 | 10110110 | 1011100 | 1011100 | 0 | 11101 | 11110000 | 1010110 | 100110 |
Color Harmonies of #0F0EB6
Complementary color
Monochromatic Colors of #0F0EB6
Black with #0F0EB6
Text Example
Text Example
White with #0F0EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0EB6; }
p { color: rgb(15,14,182); }
H1.HeaderClassName
{
color: #0F0EB6;
}
.AnyTagClassName
{
color: #0F0EB6;
}
</style>
background-color css
<style>
a { background-color: #0F0EB6; }
a { background-color: rgb(15,14,182); }
div.DivClassName
{
background-color: #0F0EB6;
}
.BgClassName
{
background-color: #0F0EB6;
}
</style>
border-color css
<style>
span { border-color: #0F0EB6; }
span { border-color: rgb(15,14,182); }
td.TdClassName
{
border-color: #0F0EB6;
}
.TagClassName
{
border-color: #0F0EB6;
}
</style>