Shades of Midnight Blue #1D055D
Tints of Midnight Blue #1D055D
RGB
CMYK
RGB Variations
Color information
#1D055D (or 0x1D055D) is known color: Midnight Blue. HEX triplet: 1D, 05 and 5D. RGB value is (29,5,93). Sum of RGB (Red+Green+Blue) = 29+5+93=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D055D is #E2FAA2. Grayscale: #151515. Windows color (decimal): -14875299 or 6096157. OLE color: 6096157.
HSL color Cylindrical-coordinate representation of color #1D055D: hue angle of 256.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D055D is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 5 | 93 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.64 |
| HSL | 256.36º | 0.9% | 0.19% | - |
| HSV(B) | 256.36º | 0.95% | 0.36% | - |
| XYZ | 2.54 | 1.16 | 10.45 | - |
| YUV | 22.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 93 | 0.69 | 0.95 | 0 | 0.64 | 256.36 | 0.9 | 0.19 |
| Hex | 1D | 5 | 5D | 45 | 5F | 0 | 40 | 100 | 5A | 13 |
| Octal | 35 | 5 | 135 | 105 | 137 | 0 | 100 | 400 | 132 | 23 |
| Binary | 11101 | 101 | 1011101 | 1000101 | 1011111 | 0 | 1000000 | 100000000 | 1011010 | 10011 |
Color Harmonies of #1D055D
Complementary color
Monochromatic Colors of #1D055D
Black with #1D055D
Text Example
Text Example
White with #1D055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D055D; }
p { color: rgb(29,5,93); }
H1.HeaderClassName
{
color: #1D055D;
}
.AnyTagClassName
{
color: #1D055D;
}
</style>
background-color css
<style>
a { background-color: #1D055D; }
a { background-color: rgb(29,5,93); }
div.DivClassName
{
background-color: #1D055D;
}
.BgClassName
{
background-color: #1D055D;
}
</style>
border-color css
<style>
span { border-color: #1D055D; }
span { border-color: rgb(29,5,93); }
td.TdClassName
{
border-color: #1D055D;
}
.TagClassName
{
border-color: #1D055D;
}
</style>