Shades of Midnight Blue #0D127E
Tints of Midnight Blue #0D127E
RGB
CMYK
RGB Variations
Color information
#0D127E (or 0x0D127E) is known color: Midnight Blue. HEX triplet: 0D, 12 and 7E. RGB value is (13,18,126). Sum of RGB (Red+Green+Blue) = 13+18+126=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D127E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D127E is #F2ED81. Grayscale: #1C1C1C. Windows color (decimal): -15920514 or 8262157. OLE color: 8262157.
HSL color Cylindrical-coordinate representation of color #0D127E: hue angle of 237.35º 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 #0D127E is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 18 | 126 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.51 |
| HSL | 237.35º | 0.81% | 0.27% | - |
| HSV(B) | 237.35º | 0.9% | 0.49% | - |
| XYZ | 4.15 | 2.02 | 19.91 | - |
| YUV | 28.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 126 | 0.90 | 0.86 | 0 | 0.51 | 237.35 | 0.81 | 0.27 |
| Hex | D | 12 | 7E | 5A | 56 | 0 | 33 | ED | 51 | 1B |
| Octal | 15 | 22 | 176 | 132 | 126 | 0 | 63 | 355 | 121 | 33 |
| Binary | 1101 | 10010 | 1111110 | 1011010 | 1010110 | 0 | 110011 | 11101101 | 1010001 | 11011 |
Color Harmonies of #0D127E
Complementary color
Monochromatic Colors of #0D127E
Black with #0D127E
Text Example
Text Example
White with #0D127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D127E; }
p { color: rgb(13,18,126); }
H1.HeaderClassName
{
color: #0D127E;
}
.AnyTagClassName
{
color: #0D127E;
}
</style>
background-color css
<style>
a { background-color: #0D127E; }
a { background-color: rgb(13,18,126); }
div.DivClassName
{
background-color: #0D127E;
}
.BgClassName
{
background-color: #0D127E;
}
</style>
border-color css
<style>
span { border-color: #0D127E; }
span { border-color: rgb(13,18,126); }
td.TdClassName
{
border-color: #0D127E;
}
.TagClassName
{
border-color: #0D127E;
}
</style>