Shades of Midnight Blue #0D0F63
Tints of Midnight Blue #0D0F63
RGB
CMYK
RGB Variations
Color information
#0D0F63 (or 0x0D0F63) is known color: Midnight Blue. HEX triplet: 0D, 0F and 63. RGB value is (13,15,99). Sum of RGB (Red+Green+Blue) = 13+15+99=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D0F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0F63 is #F2F09C. Grayscale: #171717. Windows color (decimal): -15921309 or 6491917. OLE color: 6491917.
HSL color Cylindrical-coordinate representation of color #0D0F63: hue angle of 238.6º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0F63 is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 15 | 99 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.61 |
| HSL | 238.6º | 0.77% | 0.22% | - |
| HSV(B) | 238.6º | 0.87% | 0.39% | - |
| XYZ | 2.59 | 1.33 | 11.92 | - |
| YUV | 23.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 99 | 0.87 | 0.85 | 0 | 0.61 | 238.6 | 0.77 | 0.22 |
| Hex | D | F | 63 | 57 | 55 | 0 | 3D | EF | 4D | 16 |
| Octal | 15 | 17 | 143 | 127 | 125 | 0 | 75 | 357 | 115 | 26 |
| Binary | 1101 | 1111 | 1100011 | 1010111 | 1010101 | 0 | 111101 | 11101111 | 1001101 | 10110 |
Color Harmonies of #0D0F63
Complementary color
Monochromatic Colors of #0D0F63
Black with #0D0F63
Text Example
Text Example
White with #0D0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F63; }
p { color: rgb(13,15,99); }
H1.HeaderClassName
{
color: #0D0F63;
}
.AnyTagClassName
{
color: #0D0F63;
}
</style>
background-color css
<style>
a { background-color: #0D0F63; }
a { background-color: rgb(13,15,99); }
div.DivClassName
{
background-color: #0D0F63;
}
.BgClassName
{
background-color: #0D0F63;
}
</style>
border-color css
<style>
span { border-color: #0D0F63; }
span { border-color: rgb(13,15,99); }
td.TdClassName
{
border-color: #0D0F63;
}
.TagClassName
{
border-color: #0D0F63;
}
</style>