Shades of Midnight Blue #1D1276
Tints of Midnight Blue #1D1276
RGB
CMYK
RGB Variations
Color information
#1D1276 (or 0x1D1276) is known color: Midnight Blue. HEX triplet: 1D, 12 and 76. RGB value is (29,18,118). Sum of RGB (Red+Green+Blue) = 29+18+118=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1276 is #E2ED89. Grayscale: #202020. Windows color (decimal): -14871946 or 7737885. OLE color: 7737885.
HSL color Cylindrical-coordinate representation of color #1D1276: hue angle of 246.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1276 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 18 | 118 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.54 |
| HSL | 246.6º | 0.74% | 0.27% | - |
| HSV(B) | 246.6º | 0.85% | 0.46% | - |
| XYZ | 3.99 | 2 | 17.32 | - |
| YUV | 32.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 118 | 0.75 | 0.85 | 0 | 0.54 | 246.6 | 0.74 | 0.27 |
| Hex | 1D | 12 | 76 | 4B | 55 | 0 | 36 | F7 | 4A | 1B |
| Octal | 35 | 22 | 166 | 113 | 125 | 0 | 66 | 367 | 112 | 33 |
| Binary | 11101 | 10010 | 1110110 | 1001011 | 1010101 | 0 | 110110 | 11110111 | 1001010 | 11011 |
Color Harmonies of #1D1276
Complementary color
Monochromatic Colors of #1D1276
Black with #1D1276
Text Example
Text Example
White with #1D1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1276; }
p { color: rgb(29,18,118); }
H1.HeaderClassName
{
color: #1D1276;
}
.AnyTagClassName
{
color: #1D1276;
}
</style>
background-color css
<style>
a { background-color: #1D1276; }
a { background-color: rgb(29,18,118); }
div.DivClassName
{
background-color: #1D1276;
}
.BgClassName
{
background-color: #1D1276;
}
</style>
border-color css
<style>
span { border-color: #1D1276; }
span { border-color: rgb(29,18,118); }
td.TdClassName
{
border-color: #1D1276;
}
.TagClassName
{
border-color: #1D1276;
}
</style>