Shades of Midnight Blue #0D1259
Tints of Midnight Blue #0D1259
RGB
CMYK
RGB Variations
Color information
#0D1259 (or 0x0D1259) is known color: Midnight Blue. HEX triplet: 0D, 12 and 59. RGB value is (13,18,89). Sum of RGB (Red+Green+Blue) = 13+18+89=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D1259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1259 is #F2EDA6. Grayscale: #181818. Windows color (decimal): -15920551 or 5837325. OLE color: 5837325.
HSL color Cylindrical-coordinate representation of color #0D1259: hue angle of 236.05º 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 #0D1259 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 18 | 89 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.65 |
| HSL | 236.05º | 0.75% | 0.2% | - |
| HSV(B) | 236.05º | 0.85% | 0.35% | - |
| XYZ | 2.19 | 1.24 | 9.58 | - |
| YUV | 24.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 89 | 0.85 | 0.80 | 0 | 0.65 | 236.05 | 0.75 | 0.2 |
| Hex | D | 12 | 59 | 55 | 50 | 0 | 41 | EC | 4B | 14 |
| Octal | 15 | 22 | 131 | 125 | 120 | 0 | 101 | 354 | 113 | 24 |
| Binary | 1101 | 10010 | 1011001 | 1010101 | 1010000 | 0 | 1000001 | 11101100 | 1001011 | 10100 |
Color Harmonies of #0D1259
Complementary color
Monochromatic Colors of #0D1259
Black with #0D1259
Text Example
Text Example
White with #0D1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1259; }
p { color: rgb(13,18,89); }
H1.HeaderClassName
{
color: #0D1259;
}
.AnyTagClassName
{
color: #0D1259;
}
</style>
background-color css
<style>
a { background-color: #0D1259; }
a { background-color: rgb(13,18,89); }
div.DivClassName
{
background-color: #0D1259;
}
.BgClassName
{
background-color: #0D1259;
}
</style>
border-color css
<style>
span { border-color: #0D1259; }
span { border-color: rgb(13,18,89); }
td.TdClassName
{
border-color: #0D1259;
}
.TagClassName
{
border-color: #0D1259;
}
</style>