Shades of Midnight Blue #0D1E7D
Tints of Midnight Blue #0D1E7D
RGB
CMYK
RGB Variations
Color information
#0D1E7D (or 0x0D1E7D) is known color: Midnight Blue. HEX triplet: 0D, 1E and 7D. RGB value is (13,30,125). Sum of RGB (Red+Green+Blue) = 13+30+125=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D1E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1E7D is #F2E182. Grayscale: #232323. Windows color (decimal): -15917443 or 8199693. OLE color: 8199693.
HSL color Cylindrical-coordinate representation of color #0D1E7D: hue angle of 230.89º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1E7D is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 30 | 125 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.51 |
| HSL | 230.89º | 0.81% | 0.27% | - |
| HSV(B) | 230.89º | 0.9% | 0.49% | - |
| XYZ | 4.33 | 2.49 | 19.66 | - |
| YUV | 35.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 30 | 125 | 0.90 | 0.76 | 0 | 0.51 | 230.89 | 0.81 | 0.27 |
| Hex | D | 1E | 7D | 5A | 4C | 0 | 33 | E7 | 51 | 1B |
| Octal | 15 | 36 | 175 | 132 | 114 | 0 | 63 | 347 | 121 | 33 |
| Binary | 1101 | 11110 | 1111101 | 1011010 | 1001100 | 0 | 110011 | 11100111 | 1010001 | 11011 |
Color Harmonies of #0D1E7D
Complementary color
Monochromatic Colors of #0D1E7D
Black with #0D1E7D
Text Example
Text Example
White with #0D1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1E7D; }
p { color: rgb(13,30,125); }
H1.HeaderClassName
{
color: #0D1E7D;
}
.AnyTagClassName
{
color: #0D1E7D;
}
</style>
background-color css
<style>
a { background-color: #0D1E7D; }
a { background-color: rgb(13,30,125); }
div.DivClassName
{
background-color: #0D1E7D;
}
.BgClassName
{
background-color: #0D1E7D;
}
</style>
border-color css
<style>
span { border-color: #0D1E7D; }
span { border-color: rgb(13,30,125); }
td.TdClassName
{
border-color: #0D1E7D;
}
.TagClassName
{
border-color: #0D1E7D;
}
</style>