Shades of Midnight Blue #0D024D
Tints of Midnight Blue #0D024D
RGB
CMYK
RGB Variations
Color information
#0D024D (or 0x0D024D) is known color: Midnight Blue. HEX triplet: 0D, 02 and 4D. RGB value is (13,2,77). Sum of RGB (Red+Green+Blue) = 13+2+77=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D024D is #F2FDB2. Grayscale: #0D0D0D. Windows color (decimal): -15924659 or 5046797. OLE color: 5046797.
HSL color Cylindrical-coordinate representation of color #0D024D: hue angle of 248.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D024D is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 2 | 77 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.70 |
| HSL | 248.8º | 0.95% | 0.15% | - |
| HSV(B) | 248.8º | 0.97% | 0.3% | - |
| XYZ | 1.53 | 0.66 | 7.07 | - |
| YUV | 13.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 77 | 0.83 | 0.97 | 0 | 0.70 | 248.8 | 0.95 | 0.15 |
| Hex | D | 2 | 4D | 53 | 61 | 0 | 46 | F9 | 5F | F |
| Octal | 15 | 2 | 115 | 123 | 141 | 0 | 106 | 371 | 137 | 17 |
| Binary | 1101 | 10 | 1001101 | 1010011 | 1100001 | 0 | 1000110 | 11111001 | 1011111 | 1111 |
Color Harmonies of #0D024D
Complementary color
Monochromatic Colors of #0D024D
Black with #0D024D
Text Example
Text Example
White with #0D024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D024D; }
p { color: rgb(13,2,77); }
H1.HeaderClassName
{
color: #0D024D;
}
.AnyTagClassName
{
color: #0D024D;
}
</style>
background-color css
<style>
a { background-color: #0D024D; }
a { background-color: rgb(13,2,77); }
div.DivClassName
{
background-color: #0D024D;
}
.BgClassName
{
background-color: #0D024D;
}
</style>
border-color css
<style>
span { border-color: #0D024D; }
span { border-color: rgb(13,2,77); }
td.TdClassName
{
border-color: #0D024D;
}
.TagClassName
{
border-color: #0D024D;
}
</style>