Shades of Medium Blue #0F16CE
Tints of Medium Blue #0F16CE
RGB
CMYK
RGB Variations
Color information
#0F16CE (or 0x0F16CE) is known color: Medium Blue. HEX triplet: 0F, 16 and CE. RGB value is (15,22,206). Sum of RGB (Red+Green+Blue) = 15+22+206=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F16CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16CE is #F0E931. Grayscale: #282828. Windows color (decimal): -15788338 or 13506063. OLE color: 13506063.
HSL color Cylindrical-coordinate representation of color #0F16CE: hue angle of 237.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F16CE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 22 | 206 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.19 |
| HSL | 237.8º | 0.86% | 0.43% | - |
| HSV(B) | 237.8º | 0.93% | 0.81% | - |
| XYZ | 11.62 | 5.13 | 58.77 | - |
| YUV | 40.88 | 221.18 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 206 | 0.93 | 0.89 | 0 | 0.19 | 237.8 | 0.86 | 0.43 |
| Hex | F | 16 | CE | 5D | 59 | 0 | 13 | EE | 56 | 2B |
| Octal | 17 | 26 | 316 | 135 | 131 | 0 | 23 | 356 | 126 | 53 |
| Binary | 1111 | 10110 | 11001110 | 1011101 | 1011001 | 0 | 10011 | 11101110 | 1010110 | 101011 |
Color Harmonies of #0F16CE
Complementary color
Monochromatic Colors of #0F16CE
Black with #0F16CE
Text Example
Text Example
White with #0F16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F16CE; }
p { color: rgb(15,22,206); }
H1.HeaderClassName
{
color: #0F16CE;
}
.AnyTagClassName
{
color: #0F16CE;
}
</style>
background-color css
<style>
a { background-color: #0F16CE; }
a { background-color: rgb(15,22,206); }
div.DivClassName
{
background-color: #0F16CE;
}
.BgClassName
{
background-color: #0F16CE;
}
</style>
border-color css
<style>
span { border-color: #0F16CE; }
span { border-color: rgb(15,22,206); }
td.TdClassName
{
border-color: #0F16CE;
}
.TagClassName
{
border-color: #0F16CE;
}
</style>