Shades of Midnight Blue #0D1F84
Tints of Midnight Blue #0D1F84
RGB
CMYK
RGB Variations
Color information
#0D1F84 (or 0x0D1F84) is known color: Midnight Blue. HEX triplet: 0D, 1F and 84. RGB value is (13,31,132). Sum of RGB (Red+Green+Blue) = 13+31+132=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D1F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1F84 is #F2E07B. Grayscale: #242424. Windows color (decimal): -15917180 or 8658701. OLE color: 8658701.
HSL color Cylindrical-coordinate representation of color #0D1F84: hue angle of 230.92º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1F84 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 31 | 132 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.48 |
| HSL | 230.92º | 0.82% | 0.28% | - |
| HSV(B) | 230.92º | 0.9% | 0.52% | - |
| XYZ | 4.82 | 2.73 | 22.1 | - |
| YUV | 37.13 | 181.54 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 132 | 0.90 | 0.77 | 0 | 0.48 | 230.92 | 0.82 | 0.28 |
| Hex | D | 1F | 84 | 5A | 4D | 0 | 30 | E7 | 52 | 1C |
| Octal | 15 | 37 | 204 | 132 | 115 | 0 | 60 | 347 | 122 | 34 |
| Binary | 1101 | 11111 | 10000100 | 1011010 | 1001101 | 0 | 110000 | 11100111 | 1010010 | 11100 |
Color Harmonies of #0D1F84
Complementary color
Monochromatic Colors of #0D1F84
Black with #0D1F84
Text Example
Text Example
White with #0D1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F84; }
p { color: rgb(13,31,132); }
H1.HeaderClassName
{
color: #0D1F84;
}
.AnyTagClassName
{
color: #0D1F84;
}
</style>
background-color css
<style>
a { background-color: #0D1F84; }
a { background-color: rgb(13,31,132); }
div.DivClassName
{
background-color: #0D1F84;
}
.BgClassName
{
background-color: #0D1F84;
}
</style>
border-color css
<style>
span { border-color: #0D1F84; }
span { border-color: rgb(13,31,132); }
td.TdClassName
{
border-color: #0D1F84;
}
.TagClassName
{
border-color: #0D1F84;
}
</style>