Shades of Midnight Blue #0D1378
Tints of Midnight Blue #0D1378
RGB
CMYK
RGB Variations
Color information
#0D1378 (or 0x0D1378) is known color: Midnight Blue. HEX triplet: 0D, 13 and 78. RGB value is (13,19,120). Sum of RGB (Red+Green+Blue) = 13+19+120=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D1378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1378 is #F2EC87. Grayscale: #1C1C1C. Windows color (decimal): -15920264 or 7869197. OLE color: 7869197.
HSL color Cylindrical-coordinate representation of color #0D1378: hue angle of 236.64º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1378 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 19 | 120 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.53 |
| HSL | 236.64º | 0.8% | 0.26% | - |
| HSV(B) | 236.64º | 0.89% | 0.47% | - |
| XYZ | 3.79 | 1.91 | 17.94 | - |
| YUV | 28.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 120 | 0.89 | 0.84 | 0 | 0.53 | 236.64 | 0.8 | 0.26 |
| Hex | D | 13 | 78 | 59 | 54 | 0 | 35 | ED | 50 | 1A |
| Octal | 15 | 23 | 170 | 131 | 124 | 0 | 65 | 355 | 120 | 32 |
| Binary | 1101 | 10011 | 1111000 | 1011001 | 1010100 | 0 | 110101 | 11101101 | 1010000 | 11010 |
Color Harmonies of #0D1378
Complementary color
Monochromatic Colors of #0D1378
Black with #0D1378
Text Example
Text Example
White with #0D1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1378; }
p { color: rgb(13,19,120); }
H1.HeaderClassName
{
color: #0D1378;
}
.AnyTagClassName
{
color: #0D1378;
}
</style>
background-color css
<style>
a { background-color: #0D1378; }
a { background-color: rgb(13,19,120); }
div.DivClassName
{
background-color: #0D1378;
}
.BgClassName
{
background-color: #0D1378;
}
</style>
border-color css
<style>
span { border-color: #0D1378; }
span { border-color: rgb(13,19,120); }
td.TdClassName
{
border-color: #0D1378;
}
.TagClassName
{
border-color: #0D1378;
}
</style>