Shades of Midnight Blue #0D0F59
Tints of Midnight Blue #0D0F59
RGB
CMYK
RGB Variations
Color information
#0D0F59 (or 0x0D0F59) is known color: Midnight Blue. HEX triplet: 0D, 0F and 59. RGB value is (13,15,89). Sum of RGB (Red+Green+Blue) = 13+15+89=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D0F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0F59 is #F2F0A6. Grayscale: #161616. Windows color (decimal): -15921319 or 5836557. OLE color: 5836557.
HSL color Cylindrical-coordinate representation of color #0D0F59: hue angle of 238.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0F59 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 15 | 89 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.65 |
| HSL | 238.42º | 0.75% | 0.2% | - |
| HSV(B) | 238.42º | 0.85% | 0.35% | - |
| XYZ | 2.14 | 1.15 | 9.56 | - |
| YUV | 22.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 89 | 0.85 | 0.83 | 0 | 0.65 | 238.42 | 0.75 | 0.2 |
| Hex | D | F | 59 | 55 | 53 | 0 | 41 | EE | 4B | 14 |
| Octal | 15 | 17 | 131 | 125 | 123 | 0 | 101 | 356 | 113 | 24 |
| Binary | 1101 | 1111 | 1011001 | 1010101 | 1010011 | 0 | 1000001 | 11101110 | 1001011 | 10100 |
Color Harmonies of #0D0F59
Complementary color
Monochromatic Colors of #0D0F59
Black with #0D0F59
Text Example
Text Example
White with #0D0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F59; }
p { color: rgb(13,15,89); }
H1.HeaderClassName
{
color: #0D0F59;
}
.AnyTagClassName
{
color: #0D0F59;
}
</style>
background-color css
<style>
a { background-color: #0D0F59; }
a { background-color: rgb(13,15,89); }
div.DivClassName
{
background-color: #0D0F59;
}
.BgClassName
{
background-color: #0D0F59;
}
</style>
border-color css
<style>
span { border-color: #0D0F59; }
span { border-color: rgb(13,15,89); }
td.TdClassName
{
border-color: #0D0F59;
}
.TagClassName
{
border-color: #0D0F59;
}
</style>