Shades of Blue #0F10F1
Tints of Blue #0F10F1
RGB
CMYK
RGB Variations
Color information
#0F10F1 (or 0x0F10F1) is known color: Blue. HEX triplet: 0F, 10 and F1. RGB value is (15,16,241). Sum of RGB (Red+Green+Blue) = 15+16+241=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 241 (94.53% from 255 or 88.60% from 272); Max value from RGB is 241 - color contains mainly: blue. Hex color #0F10F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F10F1 is #F0EF0E. Grayscale: #282828. Windows color (decimal): -15789839 or 15798287. OLE color: 15798287.
HSL color Cylindrical-coordinate representation of color #0F10F1: hue angle of 239.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F10F1 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 16 | 241 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.05 |
| HSL | 239.73º | 0.89% | 0.5% | - |
| HSV(B) | 239.73º | 0.94% | 0.95% | - |
| XYZ | 16.26 | 6.82 | 83.68 | - |
| YUV | 41.35 | 240.67 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 241 | 0.94 | 0.93 | 0 | 0.05 | 239.73 | 0.89 | 0.5 |
| Hex | F | 10 | F1 | 5E | 5D | 0 | 5 | F0 | 59 | 32 |
| Octal | 17 | 20 | 361 | 136 | 135 | 0 | 5 | 360 | 131 | 62 |
| Binary | 1111 | 10000 | 11110001 | 1011110 | 1011101 | 0 | 101 | 11110000 | 1011001 | 110010 |
Color Harmonies of #0F10F1
Complementary color
Monochromatic Colors of #0F10F1
Black with #0F10F1
Text Example
Text Example
White with #0F10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F10F1; }
p { color: rgb(15,16,241); }
H1.HeaderClassName
{
color: #0F10F1;
}
.AnyTagClassName
{
color: #0F10F1;
}
</style>
background-color css
<style>
a { background-color: #0F10F1; }
a { background-color: rgb(15,16,241); }
div.DivClassName
{
background-color: #0F10F1;
}
.BgClassName
{
background-color: #0F10F1;
}
</style>
border-color css
<style>
span { border-color: #0F10F1; }
span { border-color: rgb(15,16,241); }
td.TdClassName
{
border-color: #0F10F1;
}
.TagClassName
{
border-color: #0F10F1;
}
</style>