Shades of Midnight Blue #0F0B56
Tints of Midnight Blue #0F0B56
RGB
CMYK
RGB Variations
Color information
#0F0B56 (or 0x0F0B56) is known color: Midnight Blue. HEX triplet: 0F, 0B and 56. RGB value is (15,11,86). Sum of RGB (Red+Green+Blue) = 15+11+86=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F0B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B56 is #F0F4A9. Grayscale: #141414. Windows color (decimal): -15791274 or 5638927. OLE color: 5638927.
HSL color Cylindrical-coordinate representation of color #0F0B56: hue angle of 243.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0B56 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 11 | 86 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.66 |
| HSL | 243.2º | 0.77% | 0.19% | - |
| HSV(B) | 243.2º | 0.87% | 0.34% | - |
| XYZ | 2 | 1.01 | 8.89 | - |
| YUV | 20.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 86 | 0.83 | 0.87 | 0 | 0.66 | 243.2 | 0.77 | 0.19 |
| Hex | F | B | 56 | 53 | 57 | 0 | 42 | F3 | 4D | 13 |
| Octal | 17 | 13 | 126 | 123 | 127 | 0 | 102 | 363 | 115 | 23 |
| Binary | 1111 | 1011 | 1010110 | 1010011 | 1010111 | 0 | 1000010 | 11110011 | 1001101 | 10011 |
Color Harmonies of #0F0B56
Complementary color
Monochromatic Colors of #0F0B56
Black with #0F0B56
Text Example
Text Example
White with #0F0B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B56; }
p { color: rgb(15,11,86); }
H1.HeaderClassName
{
color: #0F0B56;
}
.AnyTagClassName
{
color: #0F0B56;
}
</style>
background-color css
<style>
a { background-color: #0F0B56; }
a { background-color: rgb(15,11,86); }
div.DivClassName
{
background-color: #0F0B56;
}
.BgClassName
{
background-color: #0F0B56;
}
</style>
border-color css
<style>
span { border-color: #0F0B56; }
span { border-color: rgb(15,11,86); }
td.TdClassName
{
border-color: #0F0B56;
}
.TagClassName
{
border-color: #0F0B56;
}
</style>