Shades of Midnight Blue #0D045F
Tints of Midnight Blue #0D045F
RGB
CMYK
RGB Variations
Color information
#0D045F (or 0x0D045F) is known color: Midnight Blue. HEX triplet: 0D, 04 and 5F. RGB value is (13,4,95). Sum of RGB (Red+Green+Blue) = 13+4+95=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D045F is #F2FBA0. Grayscale: #101010. Windows color (decimal): -15924129 or 6226957. OLE color: 6226957.
HSL color Cylindrical-coordinate representation of color #0D045F: hue angle of 245.93º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D045F is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 4 | 95 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.63 |
| HSL | 245.93º | 0.92% | 0.19% | - |
| HSV(B) | 245.93º | 0.96% | 0.37% | - |
| XYZ | 2.27 | 1 | 10.9 | - |
| YUV | 17.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 95 | 0.86 | 0.96 | 0 | 0.63 | 245.93 | 0.92 | 0.19 |
| Hex | D | 4 | 5F | 56 | 60 | 0 | 3F | F6 | 5C | 13 |
| Octal | 15 | 4 | 137 | 126 | 140 | 0 | 77 | 366 | 134 | 23 |
| Binary | 1101 | 100 | 1011111 | 1010110 | 1100000 | 0 | 111111 | 11110110 | 1011100 | 10011 |
Color Harmonies of #0D045F
Complementary color
Monochromatic Colors of #0D045F
Black with #0D045F
Text Example
Text Example
White with #0D045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D045F; }
p { color: rgb(13,4,95); }
H1.HeaderClassName
{
color: #0D045F;
}
.AnyTagClassName
{
color: #0D045F;
}
</style>
background-color css
<style>
a { background-color: #0D045F; }
a { background-color: rgb(13,4,95); }
div.DivClassName
{
background-color: #0D045F;
}
.BgClassName
{
background-color: #0D045F;
}
</style>
border-color css
<style>
span { border-color: #0D045F; }
span { border-color: rgb(13,4,95); }
td.TdClassName
{
border-color: #0D045F;
}
.TagClassName
{
border-color: #0D045F;
}
</style>