Shades of Midnight Blue #1D1F63
Tints of Midnight Blue #1D1F63
RGB
CMYK
RGB Variations
Color information
#1D1F63 (or 0x1D1F63) is known color: Midnight Blue. HEX triplet: 1D, 1F and 63. RGB value is (29,31,99). Sum of RGB (Red+Green+Blue) = 29+31+99=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #1D1F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F63 is #E2E09C. Grayscale: #252525. Windows color (decimal): -14868637 or 6496029. OLE color: 6496029.
HSL color Cylindrical-coordinate representation of color #1D1F63: hue angle of 238.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D1F63 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 31 | 99 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.61 |
| HSL | 238.29º | 0.55% | 0.25% | - |
| HSV(B) | 238.29º | 0.71% | 0.39% | - |
| XYZ | 3.25 | 2.14 | 12.05 | - |
| YUV | 38.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 99 | 0.71 | 0.69 | 0 | 0.61 | 238.29 | 0.55 | 0.25 |
| Hex | 1D | 1F | 63 | 47 | 45 | 0 | 3D | EE | 37 | 19 |
| Octal | 35 | 37 | 143 | 107 | 105 | 0 | 75 | 356 | 67 | 31 |
| Binary | 11101 | 11111 | 1100011 | 1000111 | 1000101 | 0 | 111101 | 11101110 | 110111 | 11001 |
Color Harmonies of #1D1F63
Complementary color
Monochromatic Colors of #1D1F63
Black with #1D1F63
Text Example
Text Example
White with #1D1F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F63; }
p { color: rgb(29,31,99); }
H1.HeaderClassName
{
color: #1D1F63;
}
.AnyTagClassName
{
color: #1D1F63;
}
</style>
background-color css
<style>
a { background-color: #1D1F63; }
a { background-color: rgb(29,31,99); }
div.DivClassName
{
background-color: #1D1F63;
}
.BgClassName
{
background-color: #1D1F63;
}
</style>
border-color css
<style>
span { border-color: #1D1F63; }
span { border-color: rgb(29,31,99); }
td.TdClassName
{
border-color: #1D1F63;
}
.TagClassName
{
border-color: #1D1F63;
}
</style>