Shades of Midnight Blue #0D1F79
Tints of Midnight Blue #0D1F79
RGB
CMYK
RGB Variations
Color information
#0D1F79 (or 0x0D1F79) is known color: Midnight Blue. HEX triplet: 0D, 1F and 79. RGB value is (13,31,121). Sum of RGB (Red+Green+Blue) = 13+31+121=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D1F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F79 is #F2E086. Grayscale: #232323. Windows color (decimal): -15917191 or 7937805. OLE color: 7937805.
HSL color Cylindrical-coordinate representation of color #0D1F79: hue angle of 230º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1F79 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 31 | 121 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.53 |
| HSL | 230º | 0.81% | 0.26% | - |
| HSV(B) | 230º | 0.89% | 0.47% | - |
| XYZ | 4.11 | 2.45 | 18.34 | - |
| YUV | 35.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 121 | 0.89 | 0.74 | 0 | 0.53 | 230 | 0.81 | 0.26 |
| Hex | D | 1F | 79 | 59 | 4A | 0 | 35 | E6 | 51 | 1A |
| Octal | 15 | 37 | 171 | 131 | 112 | 0 | 65 | 346 | 121 | 32 |
| Binary | 1101 | 11111 | 1111001 | 1011001 | 1001010 | 0 | 110101 | 11100110 | 1010001 | 11010 |
Color Harmonies of #0D1F79
Complementary color
Monochromatic Colors of #0D1F79
Black with #0D1F79
Text Example
Text Example
White with #0D1F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F79; }
p { color: rgb(13,31,121); }
H1.HeaderClassName
{
color: #0D1F79;
}
.AnyTagClassName
{
color: #0D1F79;
}
</style>
background-color css
<style>
a { background-color: #0D1F79; }
a { background-color: rgb(13,31,121); }
div.DivClassName
{
background-color: #0D1F79;
}
.BgClassName
{
background-color: #0D1F79;
}
</style>
border-color css
<style>
span { border-color: #0D1F79; }
span { border-color: rgb(13,31,121); }
td.TdClassName
{
border-color: #0D1F79;
}
.TagClassName
{
border-color: #0D1F79;
}
</style>