Shades of Midnight Blue #0F0B51
Tints of Midnight Blue #0F0B51
RGB
CMYK
RGB Variations
Color information
#0F0B51 (or 0x0F0B51) is known color: Midnight Blue. HEX triplet: 0F, 0B and 51. RGB value is (15,11,81). Sum of RGB (Red+Green+Blue) = 15+11+81=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 81 (32.03% from 255 or 75.70% from 107); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F0B51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B51 is #F0F4AE. Grayscale: #131313. Windows color (decimal): -15791279 or 5311247. OLE color: 5311247.
HSL color Cylindrical-coordinate representation of color #0F0B51: hue angle of 243.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F0B51 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 11 | 81 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.68 |
| HSL | 243.43º | 0.76% | 0.18% | - |
| HSV(B) | 243.43º | 0.86% | 0.32% | - |
| XYZ | 1.8 | 0.93 | 7.87 | - |
| YUV | 20.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 81 | 0.81 | 0.86 | 0 | 0.68 | 243.43 | 0.76 | 0.18 |
| Hex | F | B | 51 | 51 | 56 | 0 | 44 | F3 | 4C | 12 |
| Octal | 17 | 13 | 121 | 121 | 126 | 0 | 104 | 363 | 114 | 22 |
| Binary | 1111 | 1011 | 1010001 | 1010001 | 1010110 | 0 | 1000100 | 11110011 | 1001100 | 10010 |
Color Harmonies of #0F0B51
Complementary color
Monochromatic Colors of #0F0B51
Black with #0F0B51
Text Example
Text Example
White with #0F0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B51; }
p { color: rgb(15,11,81); }
H1.HeaderClassName
{
color: #0F0B51;
}
.AnyTagClassName
{
color: #0F0B51;
}
</style>
background-color css
<style>
a { background-color: #0F0B51; }
a { background-color: rgb(15,11,81); }
div.DivClassName
{
background-color: #0F0B51;
}
.BgClassName
{
background-color: #0F0B51;
}
</style>
border-color css
<style>
span { border-color: #0F0B51; }
span { border-color: rgb(15,11,81); }
td.TdClassName
{
border-color: #0F0B51;
}
.TagClassName
{
border-color: #0F0B51;
}
</style>