Shades of Midnight Blue #0D034D
Tints of Midnight Blue #0D034D
RGB
CMYK
RGB Variations
Color information
#0D034D (or 0x0D034D) is known color: Midnight Blue. HEX triplet: 0D, 03 and 4D. RGB value is (13,3,77). Sum of RGB (Red+Green+Blue) = 13+3+77=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D034D is #F2FCB2. Grayscale: #0E0E0E. Windows color (decimal): -15924403 or 5047053. OLE color: 5047053.
HSL color Cylindrical-coordinate representation of color #0D034D: hue angle of 248.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D034D is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 3 | 77 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.70 |
| HSL | 248.11º | 0.93% | 0.16% | - |
| HSV(B) | 248.11º | 0.96% | 0.3% | - |
| XYZ | 1.54 | 0.69 | 7.07 | - |
| YUV | 14.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 77 | 0.83 | 0.96 | 0 | 0.70 | 248.11 | 0.93 | 0.16 |
| Hex | D | 3 | 4D | 53 | 60 | 0 | 46 | F8 | 5C | 10 |
| Octal | 15 | 3 | 115 | 123 | 140 | 0 | 106 | 370 | 134 | 20 |
| Binary | 1101 | 11 | 1001101 | 1010011 | 1100000 | 0 | 1000110 | 11111000 | 1011100 | 10000 |
Color Harmonies of #0D034D
Complementary color
Monochromatic Colors of #0D034D
Black with #0D034D
Text Example
Text Example
White with #0D034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D034D; }
p { color: rgb(13,3,77); }
H1.HeaderClassName
{
color: #0D034D;
}
.AnyTagClassName
{
color: #0D034D;
}
</style>
background-color css
<style>
a { background-color: #0D034D; }
a { background-color: rgb(13,3,77); }
div.DivClassName
{
background-color: #0D034D;
}
.BgClassName
{
background-color: #0D034D;
}
</style>
border-color css
<style>
span { border-color: #0D034D; }
span { border-color: rgb(13,3,77); }
td.TdClassName
{
border-color: #0D034D;
}
.TagClassName
{
border-color: #0D034D;
}
</style>