Shades of Midnight Blue #0D0155
Tints of Midnight Blue #0D0155
RGB
CMYK
RGB Variations
Color information
#0D0155 (or 0x0D0155) is known color: Midnight Blue. HEX triplet: 0D, 01 and 55. RGB value is (13,1,85). Sum of RGB (Red+Green+Blue) = 13+1+85=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D0155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0155 is #F2FEAA. Grayscale: #0D0D0D. Windows color (decimal): -15924907 or 5570829. OLE color: 5570829.
HSL color Cylindrical-coordinate representation of color #0D0155: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0155 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 1 | 85 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.67 |
| HSL | 248.57º | 0.98% | 0.17% | - |
| HSV(B) | 248.57º | 0.99% | 0.33% | - |
| XYZ | 1.82 | 0.76 | 8.65 | - |
| YUV | 14.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 85 | 0.85 | 0.99 | 0 | 0.67 | 248.57 | 0.98 | 0.17 |
| Hex | D | 1 | 55 | 55 | 63 | 0 | 43 | F9 | 62 | 11 |
| Octal | 15 | 1 | 125 | 125 | 143 | 0 | 103 | 371 | 142 | 21 |
| Binary | 1101 | 1 | 1010101 | 1010101 | 1100011 | 0 | 1000011 | 11111001 | 1100010 | 10001 |
Color Harmonies of #0D0155
Complementary color
Monochromatic Colors of #0D0155
Black with #0D0155
Text Example
Text Example
White with #0D0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0155; }
p { color: rgb(13,1,85); }
H1.HeaderClassName
{
color: #0D0155;
}
.AnyTagClassName
{
color: #0D0155;
}
</style>
background-color css
<style>
a { background-color: #0D0155; }
a { background-color: rgb(13,1,85); }
div.DivClassName
{
background-color: #0D0155;
}
.BgClassName
{
background-color: #0D0155;
}
</style>
border-color css
<style>
span { border-color: #0D0155; }
span { border-color: rgb(13,1,85); }
td.TdClassName
{
border-color: #0D0155;
}
.TagClassName
{
border-color: #0D0155;
}
</style>