Shades of Midnight Blue #0F0968
Tints of Midnight Blue #0F0968
RGB
CMYK
RGB Variations
Color information
#0F0968 (or 0x0F0968) is known color: Midnight Blue. HEX triplet: 0F, 09 and 68. RGB value is (15,9,104). Sum of RGB (Red+Green+Blue) = 15+9+104=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #0F0968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0968 is #F0F697. Grayscale: #151515. Windows color (decimal): -15791768 or 6818063. OLE color: 6818063.
HSL color Cylindrical-coordinate representation of color #0F0968: hue angle of 243.79º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0968 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 9 | 104 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.59 |
| HSL | 243.79º | 0.84% | 0.22% | - |
| HSV(B) | 243.79º | 0.91% | 0.41% | - |
| XYZ | 2.79 | 1.3 | 13.2 | - |
| YUV | 21.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 104 | 0.86 | 0.91 | 0 | 0.59 | 243.79 | 0.84 | 0.22 |
| Hex | F | 9 | 68 | 56 | 5B | 0 | 3B | F4 | 54 | 16 |
| Octal | 17 | 11 | 150 | 126 | 133 | 0 | 73 | 364 | 124 | 26 |
| Binary | 1111 | 1001 | 1101000 | 1010110 | 1011011 | 0 | 111011 | 11110100 | 1010100 | 10110 |
Color Harmonies of #0F0968
Complementary color
Monochromatic Colors of #0F0968
Black with #0F0968
Text Example
Text Example
White with #0F0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0968; }
p { color: rgb(15,9,104); }
H1.HeaderClassName
{
color: #0F0968;
}
.AnyTagClassName
{
color: #0F0968;
}
</style>
background-color css
<style>
a { background-color: #0F0968; }
a { background-color: rgb(15,9,104); }
div.DivClassName
{
background-color: #0F0968;
}
.BgClassName
{
background-color: #0F0968;
}
</style>
border-color css
<style>
span { border-color: #0F0968; }
span { border-color: rgb(15,9,104); }
td.TdClassName
{
border-color: #0F0968;
}
.TagClassName
{
border-color: #0F0968;
}
</style>