Shades of Midnight Blue #1D075D
Tints of Midnight Blue #1D075D
RGB
CMYK
RGB Variations
Color information
#1D075D (or 0x1D075D) is known color: Midnight Blue. HEX triplet: 1D, 07 and 5D. RGB value is (29,7,93). Sum of RGB (Red+Green+Blue) = 29+7+93=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D075D is #E2F8A2. Grayscale: #171717. Windows color (decimal): -14874787 or 6096669. OLE color: 6096669.
HSL color Cylindrical-coordinate representation of color #1D075D: hue angle of 255.35º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D075D is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 7 | 93 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.64 |
| HSL | 255.35º | 0.86% | 0.2% | - |
| HSV(B) | 255.35º | 0.92% | 0.36% | - |
| XYZ | 2.56 | 1.2 | 10.45 | - |
| YUV | 23.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 93 | 0.69 | 0.92 | 0 | 0.64 | 255.35 | 0.86 | 0.2 |
| Hex | 1D | 7 | 5D | 45 | 5C | 0 | 40 | FF | 56 | 14 |
| Octal | 35 | 7 | 135 | 105 | 134 | 0 | 100 | 377 | 126 | 24 |
| Binary | 11101 | 111 | 1011101 | 1000101 | 1011100 | 0 | 1000000 | 11111111 | 1010110 | 10100 |
Color Harmonies of #1D075D
Complementary color
Monochromatic Colors of #1D075D
Black with #1D075D
Text Example
Text Example
White with #1D075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D075D; }
p { color: rgb(29,7,93); }
H1.HeaderClassName
{
color: #1D075D;
}
.AnyTagClassName
{
color: #1D075D;
}
</style>
background-color css
<style>
a { background-color: #1D075D; }
a { background-color: rgb(29,7,93); }
div.DivClassName
{
background-color: #1D075D;
}
.BgClassName
{
background-color: #1D075D;
}
</style>
border-color css
<style>
span { border-color: #1D075D; }
span { border-color: rgb(29,7,93); }
td.TdClassName
{
border-color: #1D075D;
}
.TagClassName
{
border-color: #1D075D;
}
</style>