Shades of Midnight Blue #0D1059
Tints of Midnight Blue #0D1059
RGB
CMYK
RGB Variations
Color information
#0D1059 (or 0x0D1059) is known color: Midnight Blue. HEX triplet: 0D, 10 and 59. RGB value is (13,16,89). Sum of RGB (Red+Green+Blue) = 13+16+89=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D1059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1059 is #F2EFA6. Grayscale: #171717. Windows color (decimal): -15921063 or 5836813. OLE color: 5836813.
HSL color Cylindrical-coordinate representation of color #0D1059: hue angle of 237.63º 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 #0D1059 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 16 | 89 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.65 |
| HSL | 237.63º | 0.75% | 0.2% | - |
| HSV(B) | 237.63º | 0.85% | 0.35% | - |
| XYZ | 2.15 | 1.18 | 9.56 | - |
| YUV | 23.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 89 | 0.85 | 0.82 | 0 | 0.65 | 237.63 | 0.75 | 0.2 |
| Hex | D | 10 | 59 | 55 | 52 | 0 | 41 | EE | 4B | 14 |
| Octal | 15 | 20 | 131 | 125 | 122 | 0 | 101 | 356 | 113 | 24 |
| Binary | 1101 | 10000 | 1011001 | 1010101 | 1010010 | 0 | 1000001 | 11101110 | 1001011 | 10100 |
Color Harmonies of #0D1059
Complementary color
Monochromatic Colors of #0D1059
Black with #0D1059
Text Example
Text Example
White with #0D1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1059; }
p { color: rgb(13,16,89); }
H1.HeaderClassName
{
color: #0D1059;
}
.AnyTagClassName
{
color: #0D1059;
}
</style>
background-color css
<style>
a { background-color: #0D1059; }
a { background-color: rgb(13,16,89); }
div.DivClassName
{
background-color: #0D1059;
}
.BgClassName
{
background-color: #0D1059;
}
</style>
border-color css
<style>
span { border-color: #0D1059; }
span { border-color: rgb(13,16,89); }
td.TdClassName
{
border-color: #0D1059;
}
.TagClassName
{
border-color: #0D1059;
}
</style>