Shades of Midnight Blue #0D0160
Tints of Midnight Blue #0D0160
RGB
CMYK
RGB Variations
Color information
#0D0160 (or 0x0D0160) is known color: Midnight Blue. HEX triplet: 0D, 01 and 60. RGB value is (13,1,96). Sum of RGB (Red+Green+Blue) = 13+1+96=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 96 (37.89% from 255 or 87.27% from 110); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D0160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0160 is #F2FE9F. Grayscale: #0F0F0F. Windows color (decimal): -15924896 or 6291725. OLE color: 6291725.
HSL color Cylindrical-coordinate representation of color #0D0160: hue angle of 247.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0160 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 1 | 96 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.62 |
| HSL | 247.58º | 0.98% | 0.19% | - |
| HSV(B) | 247.58º | 0.99% | 0.38% | - |
| XYZ | 2.29 | 0.95 | 11.13 | - |
| YUV | 15.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 96 | 0.86 | 0.99 | 0 | 0.62 | 247.58 | 0.98 | 0.19 |
| Hex | D | 1 | 60 | 56 | 63 | 0 | 3E | F8 | 62 | 13 |
| Octal | 15 | 1 | 140 | 126 | 143 | 0 | 76 | 370 | 142 | 23 |
| Binary | 1101 | 1 | 1100000 | 1010110 | 1100011 | 0 | 111110 | 11111000 | 1100010 | 10011 |
Color Harmonies of #0D0160
Complementary color
Monochromatic Colors of #0D0160
Black with #0D0160
Text Example
Text Example
White with #0D0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0160; }
p { color: rgb(13,1,96); }
H1.HeaderClassName
{
color: #0D0160;
}
.AnyTagClassName
{
color: #0D0160;
}
</style>
background-color css
<style>
a { background-color: #0D0160; }
a { background-color: rgb(13,1,96); }
div.DivClassName
{
background-color: #0D0160;
}
.BgClassName
{
background-color: #0D0160;
}
</style>
border-color css
<style>
span { border-color: #0D0160; }
span { border-color: rgb(13,1,96); }
td.TdClassName
{
border-color: #0D0160;
}
.TagClassName
{
border-color: #0D0160;
}
</style>