Shades of Midnight Blue #0D0356
Tints of Midnight Blue #0D0356
RGB
CMYK
RGB Variations
Color information
#0D0356 (or 0x0D0356) is known color: Midnight Blue. HEX triplet: 0D, 03 and 56. RGB value is (13,3,86). Sum of RGB (Red+Green+Blue) = 13+3+86=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D0356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0356 is #F2FCA9. Grayscale: #0F0F0F. Windows color (decimal): -15924394 or 5636877. OLE color: 5636877.
HSL color Cylindrical-coordinate representation of color #0D0356: hue angle of 247.23º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0356 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 3 | 86 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.66 |
| HSL | 247.23º | 0.93% | 0.17% | - |
| HSV(B) | 247.23º | 0.97% | 0.34% | - |
| XYZ | 1.88 | 0.82 | 8.86 | - |
| YUV | 15.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 86 | 0.85 | 0.97 | 0 | 0.66 | 247.23 | 0.93 | 0.17 |
| Hex | D | 3 | 56 | 55 | 61 | 0 | 42 | F7 | 5D | 11 |
| Octal | 15 | 3 | 126 | 125 | 141 | 0 | 102 | 367 | 135 | 21 |
| Binary | 1101 | 11 | 1010110 | 1010101 | 1100001 | 0 | 1000010 | 11110111 | 1011101 | 10001 |
Color Harmonies of #0D0356
Complementary color
Monochromatic Colors of #0D0356
Black with #0D0356
Text Example
Text Example
White with #0D0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0356; }
p { color: rgb(13,3,86); }
H1.HeaderClassName
{
color: #0D0356;
}
.AnyTagClassName
{
color: #0D0356;
}
</style>
background-color css
<style>
a { background-color: #0D0356; }
a { background-color: rgb(13,3,86); }
div.DivClassName
{
background-color: #0D0356;
}
.BgClassName
{
background-color: #0D0356;
}
</style>
border-color css
<style>
span { border-color: #0D0356; }
span { border-color: rgb(13,3,86); }
td.TdClassName
{
border-color: #0D0356;
}
.TagClassName
{
border-color: #0D0356;
}
</style>