Shades of Midnight Blue #0D0B63
Tints of Midnight Blue #0D0B63
RGB
CMYK
RGB Variations
Color information
#0D0B63 (or 0x0D0B63) is known color: Midnight Blue. HEX triplet: 0D, 0B and 63. RGB value is (13,11,99). Sum of RGB (Red+Green+Blue) = 13+11+99=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D0B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0B63 is #F2F49C. Grayscale: #151515. Windows color (decimal): -15922333 or 6490893. OLE color: 6490893.
HSL color Cylindrical-coordinate representation of color #0D0B63: hue angle of 241.36º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D0B63 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 11 | 99 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.61 |
| HSL | 241.36º | 0.8% | 0.22% | - |
| HSV(B) | 241.36º | 0.89% | 0.39% | - |
| XYZ | 2.54 | 1.23 | 11.91 | - |
| YUV | 21.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 99 | 0.87 | 0.89 | 0 | 0.61 | 241.36 | 0.8 | 0.22 |
| Hex | D | B | 63 | 57 | 59 | 0 | 3D | F1 | 50 | 16 |
| Octal | 15 | 13 | 143 | 127 | 131 | 0 | 75 | 361 | 120 | 26 |
| Binary | 1101 | 1011 | 1100011 | 1010111 | 1011001 | 0 | 111101 | 11110001 | 1010000 | 10110 |
Color Harmonies of #0D0B63
Complementary color
Monochromatic Colors of #0D0B63
Black with #0D0B63
Text Example
Text Example
White with #0D0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B63; }
p { color: rgb(13,11,99); }
H1.HeaderClassName
{
color: #0D0B63;
}
.AnyTagClassName
{
color: #0D0B63;
}
</style>
background-color css
<style>
a { background-color: #0D0B63; }
a { background-color: rgb(13,11,99); }
div.DivClassName
{
background-color: #0D0B63;
}
.BgClassName
{
background-color: #0D0B63;
}
</style>
border-color css
<style>
span { border-color: #0D0B63; }
span { border-color: rgb(13,11,99); }
td.TdClassName
{
border-color: #0D0B63;
}
.TagClassName
{
border-color: #0D0B63;
}
</style>