Shades of Medium Blue #0F16DC
Tints of Medium Blue #0F16DC
RGB
CMYK
RGB Variations
Color information
#0F16DC (or 0x0F16DC) is known color: Medium Blue. HEX triplet: 0F, 16 and DC. RGB value is (15,22,220). Sum of RGB (Red+Green+Blue) = 15+22+220=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F16DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16DC is #F0E923. Grayscale: #292929. Windows color (decimal): -15788324 or 14423567. OLE color: 14423567.
HSL color Cylindrical-coordinate representation of color #0F16DC: hue angle of 237.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F16DC is Cyan = 0.93, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 22 | 220 | - |
| CMYK | 0.93 | 0.9 | 0 | 0.14 |
| HSL | 237.95º | 0.87% | 0.46% | - |
| HSV(B) | 237.95º | 0.93% | 0.86% | - |
| XYZ | 13.4 | 5.84 | 68.13 | - |
| YUV | 42.48 | 228.18 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 220 | 0.93 | 0.9 | 0 | 0.14 | 237.95 | 0.87 | 0.46 |
| Hex | F | 16 | DC | 5D | 5A | 0 | E | EE | 57 | 2E |
| Octal | 17 | 26 | 334 | 135 | 132 | 0 | 16 | 356 | 127 | 56 |
| Binary | 1111 | 10110 | 11011100 | 1011101 | 1011010 | 0 | 1110 | 11101110 | 1010111 | 101110 |
Color Harmonies of #0F16DC
Complementary color
Monochromatic Colors of #0F16DC
Black with #0F16DC
Text Example
Text Example
White with #0F16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F16DC; }
p { color: rgb(15,22,220); }
H1.HeaderClassName
{
color: #0F16DC;
}
.AnyTagClassName
{
color: #0F16DC;
}
</style>
background-color css
<style>
a { background-color: #0F16DC; }
a { background-color: rgb(15,22,220); }
div.DivClassName
{
background-color: #0F16DC;
}
.BgClassName
{
background-color: #0F16DC;
}
</style>
border-color css
<style>
span { border-color: #0F16DC; }
span { border-color: rgb(15,22,220); }
td.TdClassName
{
border-color: #0F16DC;
}
.TagClassName
{
border-color: #0F16DC;
}
</style>