Shades of Midnight Blue #1D127C
Tints of Midnight Blue #1D127C
RGB
CMYK
RGB Variations
Color information
#1D127C (or 0x1D127C) is known color: Midnight Blue. HEX triplet: 1D, 12 and 7C. RGB value is (29,18,124). Sum of RGB (Red+Green+Blue) = 29+18+124=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D127C is #E2ED83. Grayscale: #202020. Windows color (decimal): -14871940 or 8131101. OLE color: 8131101.
HSL color Cylindrical-coordinate representation of color #1D127C: hue angle of 246.23º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D127C is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 18 | 124 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.51 |
| HSL | 246.23º | 0.75% | 0.28% | - |
| HSV(B) | 246.23º | 0.85% | 0.49% | - |
| XYZ | 4.36 | 2.15 | 19.25 | - |
| YUV | 33.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 124 | 0.77 | 0.85 | 0 | 0.51 | 246.23 | 0.75 | 0.28 |
| Hex | 1D | 12 | 7C | 4D | 55 | 0 | 33 | F6 | 4B | 1C |
| Octal | 35 | 22 | 174 | 115 | 125 | 0 | 63 | 366 | 113 | 34 |
| Binary | 11101 | 10010 | 1111100 | 1001101 | 1010101 | 0 | 110011 | 11110110 | 1001011 | 11100 |
Color Harmonies of #1D127C
Complementary color
Monochromatic Colors of #1D127C
Black with #1D127C
Text Example
Text Example
White with #1D127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D127C; }
p { color: rgb(29,18,124); }
H1.HeaderClassName
{
color: #1D127C;
}
.AnyTagClassName
{
color: #1D127C;
}
</style>
background-color css
<style>
a { background-color: #1D127C; }
a { background-color: rgb(29,18,124); }
div.DivClassName
{
background-color: #1D127C;
}
.BgClassName
{
background-color: #1D127C;
}
</style>
border-color css
<style>
span { border-color: #1D127C; }
span { border-color: rgb(29,18,124); }
td.TdClassName
{
border-color: #1D127C;
}
.TagClassName
{
border-color: #1D127C;
}
</style>