Shades of Midnight Blue #0D0459
Tints of Midnight Blue #0D0459
RGB
CMYK
RGB Variations
Color information
#0D0459 (or 0x0D0459) is known color: Midnight Blue. HEX triplet: 0D, 04 and 59. RGB value is (13,4,89). Sum of RGB (Red+Green+Blue) = 13+4+89=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D0459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0459 is #F2FBA6. Grayscale: #101010. Windows color (decimal): -15924135 or 5833741. OLE color: 5833741.
HSL color Cylindrical-coordinate representation of color #0D0459: hue angle of 246.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0459 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 4 | 89 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.65 |
| HSL | 246.35º | 0.91% | 0.18% | - |
| HSV(B) | 246.35º | 0.96% | 0.35% | - |
| XYZ | 2.01 | 0.89 | 9.52 | - |
| YUV | 16.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 89 | 0.85 | 0.96 | 0 | 0.65 | 246.35 | 0.91 | 0.18 |
| Hex | D | 4 | 59 | 55 | 60 | 0 | 41 | F6 | 5B | 12 |
| Octal | 15 | 4 | 131 | 125 | 140 | 0 | 101 | 366 | 133 | 22 |
| Binary | 1101 | 100 | 1011001 | 1010101 | 1100000 | 0 | 1000001 | 11110110 | 1011011 | 10010 |
Color Harmonies of #0D0459
Complementary color
Monochromatic Colors of #0D0459
Black with #0D0459
Text Example
Text Example
White with #0D0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0459; }
p { color: rgb(13,4,89); }
H1.HeaderClassName
{
color: #0D0459;
}
.AnyTagClassName
{
color: #0D0459;
}
</style>
background-color css
<style>
a { background-color: #0D0459; }
a { background-color: rgb(13,4,89); }
div.DivClassName
{
background-color: #0D0459;
}
.BgClassName
{
background-color: #0D0459;
}
</style>
border-color css
<style>
span { border-color: #0D0459; }
span { border-color: rgb(13,4,89); }
td.TdClassName
{
border-color: #0D0459;
}
.TagClassName
{
border-color: #0D0459;
}
</style>