Shades of Midnight Blue #0D1B7C
Tints of Midnight Blue #0D1B7C
RGB
CMYK
RGB Variations
Color information
#0D1B7C (or 0x0D1B7C) is known color: Midnight Blue. HEX triplet: 0D, 1B and 7C. RGB value is (13,27,124). Sum of RGB (Red+Green+Blue) = 13+27+124=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D1B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B7C is #F2E483. Grayscale: #212121. Windows color (decimal): -15918212 or 8133389. OLE color: 8133389.
HSL color Cylindrical-coordinate representation of color #0D1B7C: hue angle of 232.43º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1B7C is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 27 | 124 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.51 |
| HSL | 232.43º | 0.81% | 0.27% | - |
| HSV(B) | 232.43º | 0.9% | 0.49% | - |
| XYZ | 4.2 | 2.32 | 19.3 | - |
| YUV | 33.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 124 | 0.90 | 0.78 | 0 | 0.51 | 232.43 | 0.81 | 0.27 |
| Hex | D | 1B | 7C | 5A | 4E | 0 | 33 | E8 | 51 | 1B |
| Octal | 15 | 33 | 174 | 132 | 116 | 0 | 63 | 350 | 121 | 33 |
| Binary | 1101 | 11011 | 1111100 | 1011010 | 1001110 | 0 | 110011 | 11101000 | 1010001 | 11011 |
Color Harmonies of #0D1B7C
Complementary color
Monochromatic Colors of #0D1B7C
Black with #0D1B7C
Text Example
Text Example
White with #0D1B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B7C; }
p { color: rgb(13,27,124); }
H1.HeaderClassName
{
color: #0D1B7C;
}
.AnyTagClassName
{
color: #0D1B7C;
}
</style>
background-color css
<style>
a { background-color: #0D1B7C; }
a { background-color: rgb(13,27,124); }
div.DivClassName
{
background-color: #0D1B7C;
}
.BgClassName
{
background-color: #0D1B7C;
}
</style>
border-color css
<style>
span { border-color: #0D1B7C; }
span { border-color: rgb(13,27,124); }
td.TdClassName
{
border-color: #0D1B7C;
}
.TagClassName
{
border-color: #0D1B7C;
}
</style>