Shades of Midnight Blue #1D127A
Tints of Midnight Blue #1D127A
RGB
CMYK
RGB Variations
Color information
#1D127A (or 0x1D127A) is known color: Midnight Blue. HEX triplet: 1D, 12 and 7A. RGB value is (29,18,122). Sum of RGB (Red+Green+Blue) = 29+18+122=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D127A is #E2ED85. Grayscale: #202020. Windows color (decimal): -14871942 or 8000029. OLE color: 8000029.
HSL color Cylindrical-coordinate representation of color #1D127A: hue angle of 246.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D127A is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 29 | 18 | 122 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.52 |
| HSL | 246.35º | 0.74% | 0.27% | - |
| HSV(B) | 246.35º | 0.85% | 0.48% | - |
| XYZ | 4.24 | 2.1 | 18.59 | - |
| YUV | 33.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 122 | 0.76 | 0.85 | 0 | 0.52 | 246.35 | 0.74 | 0.27 |
| Hex | 1D | 12 | 7A | 4C | 55 | 0 | 34 | F6 | 4A | 1B |
| Octal | 35 | 22 | 172 | 114 | 125 | 0 | 64 | 366 | 112 | 33 |
| Binary | 11101 | 10010 | 1111010 | 1001100 | 1010101 | 0 | 110100 | 11110110 | 1001010 | 11011 |
Color Harmonies of #1D127A
Complementary color
Monochromatic Colors of #1D127A
Black with #1D127A
Text Example
Text Example
White with #1D127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D127A; }
p { color: rgb(29,18,122); }
H1.HeaderClassName
{
color: #1D127A;
}
.AnyTagClassName
{
color: #1D127A;
}
</style>
background-color css
<style>
a { background-color: #1D127A; }
a { background-color: rgb(29,18,122); }
div.DivClassName
{
background-color: #1D127A;
}
.BgClassName
{
background-color: #1D127A;
}
</style>
border-color css
<style>
span { border-color: #1D127A; }
span { border-color: rgb(29,18,122); }
td.TdClassName
{
border-color: #1D127A;
}
.TagClassName
{
border-color: #1D127A;
}
</style>