Shades of Midnight Blue #1D025C
Tints of Midnight Blue #1D025C
RGB
CMYK
RGB Variations
Color information
#1D025C (or 0x1D025C) is known color: Midnight Blue. HEX triplet: 1D, 02 and 5C. RGB value is (29,2,92). Sum of RGB (Red+Green+Blue) = 29+2+92=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D025C is #E2FDA3. Grayscale: #141414. Windows color (decimal): -14876068 or 6029853. OLE color: 6029853.
HSL color Cylindrical-coordinate representation of color #1D025C: hue angle of 258º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D025C is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 2 | 92 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.64 |
| HSL | 258º | 0.96% | 0.18% | - |
| HSV(B) | 258º | 0.98% | 0.36% | - |
| XYZ | 2.46 | 1.08 | 10.2 | - |
| YUV | 20.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 92 | 0.68 | 0.98 | 0 | 0.64 | 258 | 0.96 | 0.18 |
| Hex | 1D | 2 | 5C | 44 | 62 | 0 | 40 | 102 | 60 | 12 |
| Octal | 35 | 2 | 134 | 104 | 142 | 0 | 100 | 402 | 140 | 22 |
| Binary | 11101 | 10 | 1011100 | 1000100 | 1100010 | 0 | 1000000 | 100000010 | 1100000 | 10010 |
Color Harmonies of #1D025C
Complementary color
Monochromatic Colors of #1D025C
Black with #1D025C
Text Example
Text Example
White with #1D025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D025C; }
p { color: rgb(29,2,92); }
H1.HeaderClassName
{
color: #1D025C;
}
.AnyTagClassName
{
color: #1D025C;
}
</style>
background-color css
<style>
a { background-color: #1D025C; }
a { background-color: rgb(29,2,92); }
div.DivClassName
{
background-color: #1D025C;
}
.BgClassName
{
background-color: #1D025C;
}
</style>
border-color css
<style>
span { border-color: #1D025C; }
span { border-color: rgb(29,2,92); }
td.TdClassName
{
border-color: #1D025C;
}
.TagClassName
{
border-color: #1D025C;
}
</style>