Shades of Midnight Blue #1D1568
Tints of Midnight Blue #1D1568
RGB
CMYK
RGB Variations
Color information
#1D1568 (or 0x1D1568) is known color: Midnight Blue. HEX triplet: 1D, 15 and 68. RGB value is (29,21,104). Sum of RGB (Red+Green+Blue) = 29+21+104=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D1568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1568 is #E2EA97. Grayscale: #202020. Windows color (decimal): -14871192 or 6821149. OLE color: 6821149.
HSL color Cylindrical-coordinate representation of color #1D1568: hue angle of 245.78º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1568 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 21 | 104 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.59 |
| HSL | 245.78º | 0.66% | 0.25% | - |
| HSV(B) | 245.78º | 0.8% | 0.41% | - |
| XYZ | 3.27 | 1.8 | 13.27 | - |
| YUV | 32.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 104 | 0.72 | 0.80 | 0 | 0.59 | 245.78 | 0.66 | 0.25 |
| Hex | 1D | 15 | 68 | 48 | 50 | 0 | 3B | F6 | 42 | 19 |
| Octal | 35 | 25 | 150 | 110 | 120 | 0 | 73 | 366 | 102 | 31 |
| Binary | 11101 | 10101 | 1101000 | 1001000 | 1010000 | 0 | 111011 | 11110110 | 1000010 | 11001 |
Color Harmonies of #1D1568
Complementary color
Monochromatic Colors of #1D1568
Black with #1D1568
Text Example
Text Example
White with #1D1568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1568; }
p { color: rgb(29,21,104); }
H1.HeaderClassName
{
color: #1D1568;
}
.AnyTagClassName
{
color: #1D1568;
}
</style>
background-color css
<style>
a { background-color: #1D1568; }
a { background-color: rgb(29,21,104); }
div.DivClassName
{
background-color: #1D1568;
}
.BgClassName
{
background-color: #1D1568;
}
</style>
border-color css
<style>
span { border-color: #1D1568; }
span { border-color: rgb(29,21,104); }
td.TdClassName
{
border-color: #1D1568;
}
.TagClassName
{
border-color: #1D1568;
}
</style>