Shades of Midnight Blue #0D0868
Tints of Midnight Blue #0D0868
RGB
CMYK
RGB Variations
Color information
#0D0868 (or 0x0D0868) is known color: Midnight Blue. HEX triplet: 0D, 08 and 68. RGB value is (13,8,104). Sum of RGB (Red+Green+Blue) = 13+8+104=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D0868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0868 is #F2F797. Grayscale: #141414. Windows color (decimal): -15923096 or 6817805. OLE color: 6817805.
HSL color Cylindrical-coordinate representation of color #0D0868: hue angle of 243.13º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0868 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 8 | 104 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.59 |
| HSL | 243.13º | 0.86% | 0.22% | - |
| HSV(B) | 243.13º | 0.92% | 0.41% | - |
| XYZ | 2.75 | 1.26 | 13.19 | - |
| YUV | 20.44 | 175.16 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 104 | 0.88 | 0.92 | 0 | 0.59 | 243.13 | 0.86 | 0.22 |
| Hex | D | 8 | 68 | 58 | 5C | 0 | 3B | F3 | 56 | 16 |
| Octal | 15 | 10 | 150 | 130 | 134 | 0 | 73 | 363 | 126 | 26 |
| Binary | 1101 | 1000 | 1101000 | 1011000 | 1011100 | 0 | 111011 | 11110011 | 1010110 | 10110 |
Color Harmonies of #0D0868
Complementary color
Monochromatic Colors of #0D0868
Black with #0D0868
Text Example
Text Example
White with #0D0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0868; }
p { color: rgb(13,8,104); }
H1.HeaderClassName
{
color: #0D0868;
}
.AnyTagClassName
{
color: #0D0868;
}
</style>
background-color css
<style>
a { background-color: #0D0868; }
a { background-color: rgb(13,8,104); }
div.DivClassName
{
background-color: #0D0868;
}
.BgClassName
{
background-color: #0D0868;
}
</style>
border-color css
<style>
span { border-color: #0D0868; }
span { border-color: rgb(13,8,104); }
td.TdClassName
{
border-color: #0D0868;
}
.TagClassName
{
border-color: #0D0868;
}
</style>