Shades of Midnight Blue #0D0F54
Tints of Midnight Blue #0D0F54
RGB
CMYK
RGB Variations
Color information
#0D0F54 (or 0x0D0F54) is known color: Midnight Blue. HEX triplet: 0D, 0F and 54. RGB value is (13,15,84). Sum of RGB (Red+Green+Blue) = 13+15+84=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D0F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0F54 is #F2F0AB. Grayscale: #151515. Windows color (decimal): -15921324 or 5508877. OLE color: 5508877.
HSL color Cylindrical-coordinate representation of color #0D0F54: hue angle of 238.31º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0F54 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 15 | 84 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.67 |
| HSL | 238.31º | 0.73% | 0.19% | - |
| HSV(B) | 238.31º | 0.85% | 0.33% | - |
| XYZ | 1.94 | 1.07 | 8.49 | - |
| YUV | 22.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 84 | 0.85 | 0.82 | 0 | 0.67 | 238.31 | 0.73 | 0.19 |
| Hex | D | F | 54 | 55 | 52 | 0 | 43 | EE | 49 | 13 |
| Octal | 15 | 17 | 124 | 125 | 122 | 0 | 103 | 356 | 111 | 23 |
| Binary | 1101 | 1111 | 1010100 | 1010101 | 1010010 | 0 | 1000011 | 11101110 | 1001001 | 10011 |
Color Harmonies of #0D0F54
Complementary color
Monochromatic Colors of #0D0F54
Black with #0D0F54
Text Example
Text Example
White with #0D0F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F54; }
p { color: rgb(13,15,84); }
H1.HeaderClassName
{
color: #0D0F54;
}
.AnyTagClassName
{
color: #0D0F54;
}
</style>
background-color css
<style>
a { background-color: #0D0F54; }
a { background-color: rgb(13,15,84); }
div.DivClassName
{
background-color: #0D0F54;
}
.BgClassName
{
background-color: #0D0F54;
}
</style>
border-color css
<style>
span { border-color: #0D0F54; }
span { border-color: rgb(13,15,84); }
td.TdClassName
{
border-color: #0D0F54;
}
.TagClassName
{
border-color: #0D0F54;
}
</style>