Shades of Midnight Blue #1D0860
Tints of Midnight Blue #1D0860
RGB
CMYK
RGB Variations
Color information
#1D0860 (or 0x1D0860) is known color: Midnight Blue. HEX triplet: 1D, 08 and 60. RGB value is (29,8,96). Sum of RGB (Red+Green+Blue) = 29+8+96=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D0860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0860 is #E2F79F. Grayscale: #171717. Windows color (decimal): -14874528 or 6293533. OLE color: 6293533.
HSL color Cylindrical-coordinate representation of color #1D0860: hue angle of 254.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0860 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 8 | 96 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.62 |
| HSL | 254.32º | 0.85% | 0.2% | - |
| HSV(B) | 254.32º | 0.92% | 0.38% | - |
| XYZ | 2.7 | 1.28 | 11.17 | - |
| YUV | 24.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 96 | 0.70 | 0.92 | 0 | 0.62 | 254.32 | 0.85 | 0.2 |
| Hex | 1D | 8 | 60 | 46 | 5C | 0 | 3E | FE | 55 | 14 |
| Octal | 35 | 10 | 140 | 106 | 134 | 0 | 76 | 376 | 125 | 24 |
| Binary | 11101 | 1000 | 1100000 | 1000110 | 1011100 | 0 | 111110 | 11111110 | 1010101 | 10100 |
Color Harmonies of #1D0860
Complementary color
Monochromatic Colors of #1D0860
Black with #1D0860
Text Example
Text Example
White with #1D0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0860; }
p { color: rgb(29,8,96); }
H1.HeaderClassName
{
color: #1D0860;
}
.AnyTagClassName
{
color: #1D0860;
}
</style>
background-color css
<style>
a { background-color: #1D0860; }
a { background-color: rgb(29,8,96); }
div.DivClassName
{
background-color: #1D0860;
}
.BgClassName
{
background-color: #1D0860;
}
</style>
border-color css
<style>
span { border-color: #1D0860; }
span { border-color: rgb(29,8,96); }
td.TdClassName
{
border-color: #1D0860;
}
.TagClassName
{
border-color: #1D0860;
}
</style>