Shades of Blue #0F11EC
Tints of Blue #0F11EC
RGB
CMYK
RGB Variations
Color information
#0F11EC (or 0x0F11EC) is known color: Blue. HEX triplet: 0F, 11 and EC. RGB value is (15,17,236). Sum of RGB (Red+Green+Blue) = 15+17+236=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 236 (92.58% from 255 or 88.06% from 268); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F11EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F11EC is #F0EE13. Grayscale: #282828. Windows color (decimal): -15789588 or 15470863. OLE color: 15470863.
HSL color Cylindrical-coordinate representation of color #0F11EC: hue angle of 239.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F11EC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 17 | 236 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.07 |
| HSL | 239.46º | 0.88% | 0.49% | - |
| HSV(B) | 239.46º | 0.94% | 0.93% | - |
| XYZ | 15.54 | 6.56 | 79.8 | - |
| YUV | 41.37 | 237.84 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 236 | 0.94 | 0.93 | 0 | 0.07 | 239.46 | 0.88 | 0.49 |
| Hex | F | 11 | EC | 5E | 5D | 0 | 7 | EF | 58 | 31 |
| Octal | 17 | 21 | 354 | 136 | 135 | 0 | 7 | 357 | 130 | 61 |
| Binary | 1111 | 10001 | 11101100 | 1011110 | 1011101 | 0 | 111 | 11101111 | 1011000 | 110001 |
Color Harmonies of #0F11EC
Complementary color
Monochromatic Colors of #0F11EC
Black with #0F11EC
Text Example
Text Example
White with #0F11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F11EC; }
p { color: rgb(15,17,236); }
H1.HeaderClassName
{
color: #0F11EC;
}
.AnyTagClassName
{
color: #0F11EC;
}
</style>
background-color css
<style>
a { background-color: #0F11EC; }
a { background-color: rgb(15,17,236); }
div.DivClassName
{
background-color: #0F11EC;
}
.BgClassName
{
background-color: #0F11EC;
}
</style>
border-color css
<style>
span { border-color: #0F11EC; }
span { border-color: rgb(15,17,236); }
td.TdClassName
{
border-color: #0F11EC;
}
.TagClassName
{
border-color: #0F11EC;
}
</style>