Shades of Midnight Blue #0F166E
Tints of Midnight Blue #0F166E
RGB
CMYK
RGB Variations
Color information
#0F166E (or 0x0F166E) is known color: Midnight Blue. HEX triplet: 0F, 16 and 6E. RGB value is (15,22,110). Sum of RGB (Red+Green+Blue) = 15+22+110=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F166E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F166E is #F0E991. Grayscale: #1D1D1D. Windows color (decimal): -15788434 or 7214607. OLE color: 7214607.
HSL color Cylindrical-coordinate representation of color #0F166E: hue angle of 235.58º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F166E is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 22 | 110 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.57 |
| HSL | 235.58º | 0.76% | 0.25% | - |
| HSV(B) | 235.58º | 0.86% | 0.43% | - |
| XYZ | 3.3 | 1.8 | 14.93 | - |
| YUV | 29.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 110 | 0.86 | 0.8 | 0 | 0.57 | 235.58 | 0.76 | 0.25 |
| Hex | F | 16 | 6E | 56 | 50 | 0 | 39 | EC | 4C | 19 |
| Octal | 17 | 26 | 156 | 126 | 120 | 0 | 71 | 354 | 114 | 31 |
| Binary | 1111 | 10110 | 1101110 | 1010110 | 1010000 | 0 | 111001 | 11101100 | 1001100 | 11001 |
Color Harmonies of #0F166E
Complementary color
Monochromatic Colors of #0F166E
Black with #0F166E
Text Example
Text Example
White with #0F166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F166E; }
p { color: rgb(15,22,110); }
H1.HeaderClassName
{
color: #0F166E;
}
.AnyTagClassName
{
color: #0F166E;
}
</style>
background-color css
<style>
a { background-color: #0F166E; }
a { background-color: rgb(15,22,110); }
div.DivClassName
{
background-color: #0F166E;
}
.BgClassName
{
background-color: #0F166E;
}
</style>
border-color css
<style>
span { border-color: #0F166E; }
span { border-color: rgb(15,22,110); }
td.TdClassName
{
border-color: #0F166E;
}
.TagClassName
{
border-color: #0F166E;
}
</style>