Shades of Midnight Blue #0D0851
Tints of Midnight Blue #0D0851
RGB
CMYK
RGB Variations
Color information
#0D0851 (or 0x0D0851) is known color: Midnight Blue. HEX triplet: 0D, 08 and 51. RGB value is (13,8,81). Sum of RGB (Red+Green+Blue) = 13+8+81=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D0851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0851 is #F2F7AE. Grayscale: #111111. Windows color (decimal): -15923119 or 5310477. OLE color: 5310477.
HSL color Cylindrical-coordinate representation of color #0D0851: hue angle of 244.11º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D0851 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 8 | 81 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.68 |
| HSL | 244.11º | 0.82% | 0.17% | - |
| HSV(B) | 244.11º | 0.9% | 0.32% | - |
| XYZ | 1.74 | 0.85 | 7.86 | - |
| YUV | 17.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 81 | 0.84 | 0.90 | 0 | 0.68 | 244.11 | 0.82 | 0.17 |
| Hex | D | 8 | 51 | 54 | 5A | 0 | 44 | F4 | 52 | 11 |
| Octal | 15 | 10 | 121 | 124 | 132 | 0 | 104 | 364 | 122 | 21 |
| Binary | 1101 | 1000 | 1010001 | 1010100 | 1011010 | 0 | 1000100 | 11110100 | 1010010 | 10001 |
Color Harmonies of #0D0851
Complementary color
Monochromatic Colors of #0D0851
Black with #0D0851
Text Example
Text Example
White with #0D0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0851; }
p { color: rgb(13,8,81); }
H1.HeaderClassName
{
color: #0D0851;
}
.AnyTagClassName
{
color: #0D0851;
}
</style>
background-color css
<style>
a { background-color: #0D0851; }
a { background-color: rgb(13,8,81); }
div.DivClassName
{
background-color: #0D0851;
}
.BgClassName
{
background-color: #0D0851;
}
</style>
border-color css
<style>
span { border-color: #0D0851; }
span { border-color: rgb(13,8,81); }
td.TdClassName
{
border-color: #0D0851;
}
.TagClassName
{
border-color: #0D0851;
}
</style>