Shades of Midnight Blue #0F096D
Tints of Midnight Blue #0F096D
RGB
CMYK
RGB Variations
Color information
#0F096D (or 0x0F096D) is known color: Midnight Blue. HEX triplet: 0F, 09 and 6D. RGB value is (15,9,109). Sum of RGB (Red+Green+Blue) = 15+9+109=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 109 (42.97% from 255 or 81.95% from 133); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F096D is #F0F692. Grayscale: #151515. Windows color (decimal): -15791763 or 7145743. OLE color: 7145743.
HSL color Cylindrical-coordinate representation of color #0F096D: hue angle of 243.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F096D is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 9 | 109 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.57 |
| HSL | 243.6º | 0.85% | 0.23% | - |
| HSV(B) | 243.6º | 0.92% | 0.43% | - |
| XYZ | 3.06 | 1.4 | 14.58 | - |
| YUV | 22.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 109 | 0.86 | 0.92 | 0 | 0.57 | 243.6 | 0.85 | 0.23 |
| Hex | F | 9 | 6D | 56 | 5C | 0 | 39 | F4 | 55 | 17 |
| Octal | 17 | 11 | 155 | 126 | 134 | 0 | 71 | 364 | 125 | 27 |
| Binary | 1111 | 1001 | 1101101 | 1010110 | 1011100 | 0 | 111001 | 11110100 | 1010101 | 10111 |
Color Harmonies of #0F096D
Complementary color
Monochromatic Colors of #0F096D
Black with #0F096D
Text Example
Text Example
White with #0F096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F096D; }
p { color: rgb(15,9,109); }
H1.HeaderClassName
{
color: #0F096D;
}
.AnyTagClassName
{
color: #0F096D;
}
</style>
background-color css
<style>
a { background-color: #0F096D; }
a { background-color: rgb(15,9,109); }
div.DivClassName
{
background-color: #0F096D;
}
.BgClassName
{
background-color: #0F096D;
}
</style>
border-color css
<style>
span { border-color: #0F096D; }
span { border-color: rgb(15,9,109); }
td.TdClassName
{
border-color: #0F096D;
}
.TagClassName
{
border-color: #0F096D;
}
</style>