Shades of Midnight Blue #0D0063
Tints of Midnight Blue #0D0063
RGB
CMYK
RGB Variations
Color information
#0D0063 (or 0x0D0063) is known color: Midnight Blue. HEX triplet: 0D, 00 and 63. RGB value is (13,0,99). Sum of RGB (Red+Green+Blue) = 13+0+99=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0063 is #F2FF9C. Grayscale: #0E0E0E. Windows color (decimal): -15925149 or 6488077. OLE color: 6488077.
HSL color Cylindrical-coordinate representation of color #0D0063: hue angle of 247.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0063 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 0 | 99 | - |
| CMYK | 0.87 | 1 | 0 | 0.61 |
| HSL | 247.88º | 1% | 0.19% | - |
| HSV(B) | 247.88º | 1% | 0.39% | - |
| XYZ | 2.42 | 0.99 | 11.87 | - |
| YUV | 15.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 99 | 0.87 | 1 | 0 | 0.61 | 247.88 | 1 | 0.19 |
| Hex | D | 0 | 63 | 57 | 64 | 0 | 3D | F8 | 64 | 13 |
| Octal | 15 | 0 | 143 | 127 | 144 | 0 | 75 | 370 | 144 | 23 |
| Binary | 1101 | 0 | 1100011 | 1010111 | 1100100 | 0 | 111101 | 11111000 | 1100100 | 10011 |
Color Harmonies of #0D0063
Complementary color
Monochromatic Colors of #0D0063
Black with #0D0063
Text Example
Text Example
White with #0D0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0063; }
p { color: rgb(13,0,99); }
H1.HeaderClassName
{
color: #0D0063;
}
.AnyTagClassName
{
color: #0D0063;
}
</style>
background-color css
<style>
a { background-color: #0D0063; }
a { background-color: rgb(13,0,99); }
div.DivClassName
{
background-color: #0D0063;
}
.BgClassName
{
background-color: #0D0063;
}
</style>
border-color css
<style>
span { border-color: #0D0063; }
span { border-color: rgb(13,0,99); }
td.TdClassName
{
border-color: #0D0063;
}
.TagClassName
{
border-color: #0D0063;
}
</style>