Shades of Midnight Blue #1D085C
Tints of Midnight Blue #1D085C
RGB
CMYK
RGB Variations
Color information
#1D085C (or 0x1D085C) is known color: Midnight Blue. HEX triplet: 1D, 08 and 5C. RGB value is (29,8,92). Sum of RGB (Red+Green+Blue) = 29+8+92=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D085C is #E2F7A3. Grayscale: #171717. Windows color (decimal): -14874532 or 6031389. OLE color: 6031389.
HSL color Cylindrical-coordinate representation of color #1D085C: hue angle of 255º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D085C is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 8 | 92 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.64 |
| HSL | 255º | 0.84% | 0.2% | - |
| HSV(B) | 255º | 0.91% | 0.36% | - |
| XYZ | 2.53 | 1.21 | 10.23 | - |
| YUV | 23.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 92 | 0.68 | 0.91 | 0 | 0.64 | 255 | 0.84 | 0.2 |
| Hex | 1D | 8 | 5C | 44 | 5B | 0 | 40 | FF | 54 | 14 |
| Octal | 35 | 10 | 134 | 104 | 133 | 0 | 100 | 377 | 124 | 24 |
| Binary | 11101 | 1000 | 1011100 | 1000100 | 1011011 | 0 | 1000000 | 11111111 | 1010100 | 10100 |
Color Harmonies of #1D085C
Complementary color
Monochromatic Colors of #1D085C
Black with #1D085C
Text Example
Text Example
White with #1D085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D085C; }
p { color: rgb(29,8,92); }
H1.HeaderClassName
{
color: #1D085C;
}
.AnyTagClassName
{
color: #1D085C;
}
</style>
background-color css
<style>
a { background-color: #1D085C; }
a { background-color: rgb(29,8,92); }
div.DivClassName
{
background-color: #1D085C;
}
.BgClassName
{
background-color: #1D085C;
}
</style>
border-color css
<style>
span { border-color: #1D085C; }
span { border-color: rgb(29,8,92); }
td.TdClassName
{
border-color: #1D085C;
}
.TagClassName
{
border-color: #1D085C;
}
</style>