Shades of Midnight Blue #0D0057
Tints of Midnight Blue #0D0057
RGB
CMYK
RGB Variations
Color information
#0D0057 (or 0x0D0057) is known color: Midnight Blue. HEX triplet: 0D, 00 and 57. RGB value is (13,0,87). Sum of RGB (Red+Green+Blue) = 13+0+87=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D0057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0057 is #F2FFA8. Grayscale: #0D0D0D. Windows color (decimal): -15925161 or 5701645. OLE color: 5701645.
HSL color Cylindrical-coordinate representation of color #0D0057: hue angle of 248.97º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0057 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 0 | 87 | - |
| CMYK | 0.85 | 1 | 0 | 0.66 |
| HSL | 248.97º | 1% | 0.17% | - |
| HSV(B) | 248.97º | 1% | 0.34% | - |
| XYZ | 1.89 | 0.77 | 9.07 | - |
| YUV | 13.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 87 | 0.85 | 1 | 0 | 0.66 | 248.97 | 1 | 0.17 |
| Hex | D | 0 | 57 | 55 | 64 | 0 | 42 | F9 | 64 | 11 |
| Octal | 15 | 0 | 127 | 125 | 144 | 0 | 102 | 371 | 144 | 21 |
| Binary | 1101 | 0 | 1010111 | 1010101 | 1100100 | 0 | 1000010 | 11111001 | 1100100 | 10001 |
Color Harmonies of #0D0057
Complementary color
Monochromatic Colors of #0D0057
Black with #0D0057
Text Example
Text Example
White with #0D0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0057; }
p { color: rgb(13,0,87); }
H1.HeaderClassName
{
color: #0D0057;
}
.AnyTagClassName
{
color: #0D0057;
}
</style>
background-color css
<style>
a { background-color: #0D0057; }
a { background-color: rgb(13,0,87); }
div.DivClassName
{
background-color: #0D0057;
}
.BgClassName
{
background-color: #0D0057;
}
</style>
border-color css
<style>
span { border-color: #0D0057; }
span { border-color: rgb(13,0,87); }
td.TdClassName
{
border-color: #0D0057;
}
.TagClassName
{
border-color: #0D0057;
}
</style>