Shades of Midnight Blue #0F0757
Tints of Midnight Blue #0F0757
RGB
CMYK
RGB Variations
Color information
#0F0757 (or 0x0F0757) is known color: Midnight Blue. HEX triplet: 0F, 07 and 57. RGB value is (15,7,87). Sum of RGB (Red+Green+Blue) = 15+7+87=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F0757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0757 is #F0F8A8. Grayscale: #121212. Windows color (decimal): -15792297 or 5703439. OLE color: 5703439.
HSL color Cylindrical-coordinate representation of color #0F0757: hue angle of 246º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0757 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 7 | 87 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.66 |
| HSL | 246º | 0.85% | 0.18% | - |
| HSV(B) | 246º | 0.92% | 0.34% | - |
| XYZ | 1.99 | 0.94 | 9.09 | - |
| YUV | 18.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 87 | 0.83 | 0.92 | 0 | 0.66 | 246 | 0.85 | 0.18 |
| Hex | F | 7 | 57 | 53 | 5C | 0 | 42 | F6 | 55 | 12 |
| Octal | 17 | 7 | 127 | 123 | 134 | 0 | 102 | 366 | 125 | 22 |
| Binary | 1111 | 111 | 1010111 | 1010011 | 1011100 | 0 | 1000010 | 11110110 | 1010101 | 10010 |
Color Harmonies of #0F0757
Complementary color
Monochromatic Colors of #0F0757
Black with #0F0757
Text Example
Text Example
White with #0F0757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0757; }
p { color: rgb(15,7,87); }
H1.HeaderClassName
{
color: #0F0757;
}
.AnyTagClassName
{
color: #0F0757;
}
</style>
background-color css
<style>
a { background-color: #0F0757; }
a { background-color: rgb(15,7,87); }
div.DivClassName
{
background-color: #0F0757;
}
.BgClassName
{
background-color: #0F0757;
}
</style>
border-color css
<style>
span { border-color: #0F0757; }
span { border-color: rgb(15,7,87); }
td.TdClassName
{
border-color: #0F0757;
}
.TagClassName
{
border-color: #0F0757;
}
</style>