Shades of Midnight Blue #0D0153
Tints of Midnight Blue #0D0153
RGB
CMYK
RGB Variations
Color information
#0D0153 (or 0x0D0153) is known color: Midnight Blue. HEX triplet: 0D, 01 and 53. RGB value is (13,1,83). Sum of RGB (Red+Green+Blue) = 13+1+83=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D0153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0153 is #F2FEAC. Grayscale: #0D0D0D. Windows color (decimal): -15924909 or 5439757. OLE color: 5439757.
HSL color Cylindrical-coordinate representation of color #0D0153: hue angle of 248.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D0153 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 1 | 83 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.67 |
| HSL | 248.78º | 0.98% | 0.16% | - |
| HSV(B) | 248.78º | 0.99% | 0.33% | - |
| XYZ | 1.74 | 0.73 | 8.23 | - |
| YUV | 13.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 83 | 0.84 | 0.99 | 0 | 0.67 | 248.78 | 0.98 | 0.16 |
| Hex | D | 1 | 53 | 54 | 63 | 0 | 43 | F9 | 62 | 10 |
| Octal | 15 | 1 | 123 | 124 | 143 | 0 | 103 | 371 | 142 | 20 |
| Binary | 1101 | 1 | 1010011 | 1010100 | 1100011 | 0 | 1000011 | 11111001 | 1100010 | 10000 |
Color Harmonies of #0D0153
Complementary color
Monochromatic Colors of #0D0153
Black with #0D0153
Text Example
Text Example
White with #0D0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0153; }
p { color: rgb(13,1,83); }
H1.HeaderClassName
{
color: #0D0153;
}
.AnyTagClassName
{
color: #0D0153;
}
</style>
background-color css
<style>
a { background-color: #0D0153; }
a { background-color: rgb(13,1,83); }
div.DivClassName
{
background-color: #0D0153;
}
.BgClassName
{
background-color: #0D0153;
}
</style>
border-color css
<style>
span { border-color: #0D0153; }
span { border-color: rgb(13,1,83); }
td.TdClassName
{
border-color: #0D0153;
}
.TagClassName
{
border-color: #0D0153;
}
</style>