Shades of Midnight Blue #0D056D
Tints of Midnight Blue #0D056D
RGB
CMYK
RGB Variations
Color information
#0D056D (or 0x0D056D) is known color: Midnight Blue. HEX triplet: 0D, 05 and 6D. RGB value is (13,5,109). Sum of RGB (Red+Green+Blue) = 13+5+109=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 109 (42.97% from 255 or 85.83% from 127); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D056D is #F2FA92. Grayscale: #121212. Windows color (decimal): -15923859 or 7144717. OLE color: 7144717.
HSL color Cylindrical-coordinate representation of color #0D056D: hue angle of 244.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D056D is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 5 | 109 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.57 |
| HSL | 244.62º | 0.91% | 0.22% | - |
| HSV(B) | 244.62º | 0.95% | 0.43% | - |
| XYZ | 2.98 | 1.3 | 14.56 | - |
| YUV | 19.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 109 | 0.88 | 0.95 | 0 | 0.57 | 244.62 | 0.91 | 0.22 |
| Hex | D | 5 | 6D | 58 | 5F | 0 | 39 | F5 | 5B | 16 |
| Octal | 15 | 5 | 155 | 130 | 137 | 0 | 71 | 365 | 133 | 26 |
| Binary | 1101 | 101 | 1101101 | 1011000 | 1011111 | 0 | 111001 | 11110101 | 1011011 | 10110 |
Color Harmonies of #0D056D
Complementary color
Monochromatic Colors of #0D056D
Black with #0D056D
Text Example
Text Example
White with #0D056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D056D; }
p { color: rgb(13,5,109); }
H1.HeaderClassName
{
color: #0D056D;
}
.AnyTagClassName
{
color: #0D056D;
}
</style>
background-color css
<style>
a { background-color: #0D056D; }
a { background-color: rgb(13,5,109); }
div.DivClassName
{
background-color: #0D056D;
}
.BgClassName
{
background-color: #0D056D;
}
</style>
border-color css
<style>
span { border-color: #0D056D; }
span { border-color: rgb(13,5,109); }
td.TdClassName
{
border-color: #0D056D;
}
.TagClassName
{
border-color: #0D056D;
}
</style>