Shades of Midnight Blue #1D0768
Tints of Midnight Blue #1D0768
RGB
CMYK
RGB Variations
Color information
#1D0768 (or 0x1D0768) is known color: Midnight Blue. HEX triplet: 1D, 07 and 68. RGB value is (29,7,104). Sum of RGB (Red+Green+Blue) = 29+7+104=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D0768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0768 is #E2F897. Grayscale: #181818. Windows color (decimal): -14874776 or 6817565. OLE color: 6817565.
HSL color Cylindrical-coordinate representation of color #1D0768: hue angle of 253.61º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0768 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 7 | 104 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.59 |
| HSL | 253.61º | 0.87% | 0.22% | - |
| HSV(B) | 253.61º | 0.93% | 0.41% | - |
| XYZ | 3.08 | 1.41 | 13.21 | - |
| YUV | 24.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 104 | 0.72 | 0.93 | 0 | 0.59 | 253.61 | 0.87 | 0.22 |
| Hex | 1D | 7 | 68 | 48 | 5D | 0 | 3B | FE | 57 | 16 |
| Octal | 35 | 7 | 150 | 110 | 135 | 0 | 73 | 376 | 127 | 26 |
| Binary | 11101 | 111 | 1101000 | 1001000 | 1011101 | 0 | 111011 | 11111110 | 1010111 | 10110 |
Color Harmonies of #1D0768
Complementary color
Monochromatic Colors of #1D0768
Black with #1D0768
Text Example
Text Example
White with #1D0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0768; }
p { color: rgb(29,7,104); }
H1.HeaderClassName
{
color: #1D0768;
}
.AnyTagClassName
{
color: #1D0768;
}
</style>
background-color css
<style>
a { background-color: #1D0768; }
a { background-color: rgb(29,7,104); }
div.DivClassName
{
background-color: #1D0768;
}
.BgClassName
{
background-color: #1D0768;
}
</style>
border-color css
<style>
span { border-color: #1D0768; }
span { border-color: rgb(29,7,104); }
td.TdClassName
{
border-color: #1D0768;
}
.TagClassName
{
border-color: #1D0768;
}
</style>