Shades of Midnight Blue #0F166B
Tints of Midnight Blue #0F166B
RGB
CMYK
RGB Variations
Color information
#0F166B (or 0x0F166B) is known color: Midnight Blue. HEX triplet: 0F, 16 and 6B. RGB value is (15,22,107). Sum of RGB (Red+Green+Blue) = 15+22+107=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F166B is #F0E994. Grayscale: #1D1D1D. Windows color (decimal): -15788437 or 7017999. OLE color: 7017999.
HSL color Cylindrical-coordinate representation of color #0F166B: hue angle of 235.43º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F166B is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 22 | 107 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.58 |
| HSL | 235.43º | 0.75% | 0.24% | - |
| HSV(B) | 235.43º | 0.86% | 0.42% | - |
| XYZ | 3.14 | 1.74 | 14.08 | - |
| YUV | 29.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 107 | 0.86 | 0.79 | 0 | 0.58 | 235.43 | 0.75 | 0.24 |
| Hex | F | 16 | 6B | 56 | 4F | 0 | 3A | EB | 4B | 18 |
| Octal | 17 | 26 | 153 | 126 | 117 | 0 | 72 | 353 | 113 | 30 |
| Binary | 1111 | 10110 | 1101011 | 1010110 | 1001111 | 0 | 111010 | 11101011 | 1001011 | 11000 |
Color Harmonies of #0F166B
Complementary color
Monochromatic Colors of #0F166B
Black with #0F166B
Text Example
Text Example
White with #0F166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F166B; }
p { color: rgb(15,22,107); }
H1.HeaderClassName
{
color: #0F166B;
}
.AnyTagClassName
{
color: #0F166B;
}
</style>
background-color css
<style>
a { background-color: #0F166B; }
a { background-color: rgb(15,22,107); }
div.DivClassName
{
background-color: #0F166B;
}
.BgClassName
{
background-color: #0F166B;
}
</style>
border-color css
<style>
span { border-color: #0F166B; }
span { border-color: rgb(15,22,107); }
td.TdClassName
{
border-color: #0F166B;
}
.TagClassName
{
border-color: #0F166B;
}
</style>