Shades of Midnight Blue #0F0D64
Tints of Midnight Blue #0F0D64
RGB
CMYK
RGB Variations
Color information
#0F0D64 (or 0x0F0D64) is known color: Midnight Blue. HEX triplet: 0F, 0D and 64. RGB value is (15,13,100). Sum of RGB (Red+Green+Blue) = 15+13+100=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 100 (39.45% from 255 or 78.12% from 128); Max value from RGB is 100 - color contains mainly: blue. Hex color #0F0D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0D64 is #F0F29B. Grayscale: #171717. Windows color (decimal): -15790748 or 6556943. OLE color: 6556943.
HSL color Cylindrical-coordinate representation of color #0F0D64: hue angle of 241.38º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0D64 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 13 | 100 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.61 |
| HSL | 241.38º | 0.77% | 0.22% | - |
| HSV(B) | 241.38º | 0.87% | 0.39% | - |
| XYZ | 2.64 | 1.31 | 12.17 | - |
| YUV | 23.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 100 | 0.85 | 0.87 | 0 | 0.61 | 241.38 | 0.77 | 0.22 |
| Hex | F | D | 64 | 55 | 57 | 0 | 3D | F1 | 4D | 16 |
| Octal | 17 | 15 | 144 | 125 | 127 | 0 | 75 | 361 | 115 | 26 |
| Binary | 1111 | 1101 | 1100100 | 1010101 | 1010111 | 0 | 111101 | 11110001 | 1001101 | 10110 |
Color Harmonies of #0F0D64
Complementary color
Monochromatic Colors of #0F0D64
Black with #0F0D64
Text Example
Text Example
White with #0F0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D64; }
p { color: rgb(15,13,100); }
H1.HeaderClassName
{
color: #0F0D64;
}
.AnyTagClassName
{
color: #0F0D64;
}
</style>
background-color css
<style>
a { background-color: #0F0D64; }
a { background-color: rgb(15,13,100); }
div.DivClassName
{
background-color: #0F0D64;
}
.BgClassName
{
background-color: #0F0D64;
}
</style>
border-color css
<style>
span { border-color: #0F0D64; }
span { border-color: rgb(15,13,100); }
td.TdClassName
{
border-color: #0F0D64;
}
.TagClassName
{
border-color: #0F0D64;
}
</style>