Shades of Midnight Blue #0D054D
Tints of Midnight Blue #0D054D
RGB
CMYK
RGB Variations
Color information
#0D054D (or 0x0D054D) is known color: Midnight Blue. HEX triplet: 0D, 05 and 4D. RGB value is (13,5,77). Sum of RGB (Red+Green+Blue) = 13+5+77=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 77 (30.47% from 255 or 81.05% from 95); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D054D is #F2FAB2. Grayscale: #0F0F0F. Windows color (decimal): -15923891 or 5047565. OLE color: 5047565.
HSL color Cylindrical-coordinate representation of color #0D054D: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D054D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 5 | 77 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.70 |
| HSL | 246.67º | 0.88% | 0.16% | - |
| HSV(B) | 246.67º | 0.94% | 0.3% | - |
| XYZ | 1.56 | 0.73 | 7.08 | - |
| YUV | 15.6 | 162.65 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 77 | 0.83 | 0.94 | 0 | 0.70 | 246.67 | 0.88 | 0.16 |
| Hex | D | 5 | 4D | 53 | 5E | 0 | 46 | F7 | 58 | 10 |
| Octal | 15 | 5 | 115 | 123 | 136 | 0 | 106 | 367 | 130 | 20 |
| Binary | 1101 | 101 | 1001101 | 1010011 | 1011110 | 0 | 1000110 | 11110111 | 1011000 | 10000 |
Color Harmonies of #0D054D
Complementary color
Monochromatic Colors of #0D054D
Black with #0D054D
Text Example
Text Example
White with #0D054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D054D; }
p { color: rgb(13,5,77); }
H1.HeaderClassName
{
color: #0D054D;
}
.AnyTagClassName
{
color: #0D054D;
}
</style>
background-color css
<style>
a { background-color: #0D054D; }
a { background-color: rgb(13,5,77); }
div.DivClassName
{
background-color: #0D054D;
}
.BgClassName
{
background-color: #0D054D;
}
</style>
border-color css
<style>
span { border-color: #0D054D; }
span { border-color: rgb(13,5,77); }
td.TdClassName
{
border-color: #0D054D;
}
.TagClassName
{
border-color: #0D054D;
}
</style>