Shades of Midnight Blue #0F0B63
Tints of Midnight Blue #0F0B63
RGB
CMYK
RGB Variations
Color information
#0F0B63 (or 0x0F0B63) is known color: Midnight Blue. HEX triplet: 0F, 0B and 63. RGB value is (15,11,99). Sum of RGB (Red+Green+Blue) = 15+11+99=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F0B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0B63 is #F0F49C. Grayscale: #151515. Windows color (decimal): -15791261 or 6490895. OLE color: 6490895.
HSL color Cylindrical-coordinate representation of color #0F0B63: hue angle of 242.73º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F0B63 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 11 | 99 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.61 |
| HSL | 242.73º | 0.8% | 0.22% | - |
| HSV(B) | 242.73º | 0.89% | 0.39% | - |
| XYZ | 2.57 | 1.24 | 11.91 | - |
| YUV | 22.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 99 | 0.85 | 0.89 | 0 | 0.61 | 242.73 | 0.8 | 0.22 |
| Hex | F | B | 63 | 55 | 59 | 0 | 3D | F3 | 50 | 16 |
| Octal | 17 | 13 | 143 | 125 | 131 | 0 | 75 | 363 | 120 | 26 |
| Binary | 1111 | 1011 | 1100011 | 1010101 | 1011001 | 0 | 111101 | 11110011 | 1010000 | 10110 |
Color Harmonies of #0F0B63
Complementary color
Monochromatic Colors of #0F0B63
Black with #0F0B63
Text Example
Text Example
White with #0F0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B63; }
p { color: rgb(15,11,99); }
H1.HeaderClassName
{
color: #0F0B63;
}
.AnyTagClassName
{
color: #0F0B63;
}
</style>
background-color css
<style>
a { background-color: #0F0B63; }
a { background-color: rgb(15,11,99); }
div.DivClassName
{
background-color: #0F0B63;
}
.BgClassName
{
background-color: #0F0B63;
}
</style>
border-color css
<style>
span { border-color: #0F0B63; }
span { border-color: rgb(15,11,99); }
td.TdClassName
{
border-color: #0F0B63;
}
.TagClassName
{
border-color: #0F0B63;
}
</style>