Shades of Midnight Blue #0D084D
Tints of Midnight Blue #0D084D
RGB
CMYK
RGB Variations
Color information
#0D084D (or 0x0D084D) is known color: Midnight Blue. HEX triplet: 0D, 08 and 4D. RGB value is (13,8,77). Sum of RGB (Red+Green+Blue) = 13+8+77=98 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.27% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D084D is #F2F7B2. Grayscale: #111111. Windows color (decimal): -15923123 or 5048333. OLE color: 5048333.
HSL color Cylindrical-coordinate representation of color #0D084D: hue angle of 244.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D084D is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 8 | 77 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.70 |
| HSL | 244.35º | 0.81% | 0.17% | - |
| HSV(B) | 244.35º | 0.9% | 0.3% | - |
| XYZ | 1.59 | 0.8 | 7.09 | - |
| YUV | 17.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 77 | 0.83 | 0.90 | 0 | 0.70 | 244.35 | 0.81 | 0.17 |
| Hex | D | 8 | 4D | 53 | 5A | 0 | 46 | F4 | 51 | 11 |
| Octal | 15 | 10 | 115 | 123 | 132 | 0 | 106 | 364 | 121 | 21 |
| Binary | 1101 | 1000 | 1001101 | 1010011 | 1011010 | 0 | 1000110 | 11110100 | 1010001 | 10001 |
Color Harmonies of #0D084D
Complementary color
Monochromatic Colors of #0D084D
Black with #0D084D
Text Example
Text Example
White with #0D084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D084D; }
p { color: rgb(13,8,77); }
H1.HeaderClassName
{
color: #0D084D;
}
.AnyTagClassName
{
color: #0D084D;
}
</style>
background-color css
<style>
a { background-color: #0D084D; }
a { background-color: rgb(13,8,77); }
div.DivClassName
{
background-color: #0D084D;
}
.BgClassName
{
background-color: #0D084D;
}
</style>
border-color css
<style>
span { border-color: #0D084D; }
span { border-color: rgb(13,8,77); }
td.TdClassName
{
border-color: #0D084D;
}
.TagClassName
{
border-color: #0D084D;
}
</style>