Shades of Midnight Blue #1D0B5C
Tints of Midnight Blue #1D0B5C
RGB
CMYK
RGB Variations
Color information
#1D0B5C (or 0x1D0B5C) is known color: Midnight Blue. HEX triplet: 1D, 0B and 5C. RGB value is (29,11,92). Sum of RGB (Red+Green+Blue) = 29+11+92=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D0B5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B5C is #E2F4A3. Grayscale: #191919. Windows color (decimal): -14873764 or 6032157. OLE color: 6032157.
HSL color Cylindrical-coordinate representation of color #1D0B5C: hue angle of 253.33º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0B5C is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 11 | 92 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.64 |
| HSL | 253.33º | 0.79% | 0.2% | - |
| HSV(B) | 253.33º | 0.88% | 0.36% | - |
| XYZ | 2.56 | 1.27 | 10.24 | - |
| YUV | 25.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 92 | 0.68 | 0.88 | 0 | 0.64 | 253.33 | 0.79 | 0.2 |
| Hex | 1D | B | 5C | 44 | 58 | 0 | 40 | FD | 4F | 14 |
| Octal | 35 | 13 | 134 | 104 | 130 | 0 | 100 | 375 | 117 | 24 |
| Binary | 11101 | 1011 | 1011100 | 1000100 | 1011000 | 0 | 1000000 | 11111101 | 1001111 | 10100 |
Color Harmonies of #1D0B5C
Complementary color
Monochromatic Colors of #1D0B5C
Black with #1D0B5C
Text Example
Text Example
White with #1D0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B5C; }
p { color: rgb(29,11,92); }
H1.HeaderClassName
{
color: #1D0B5C;
}
.AnyTagClassName
{
color: #1D0B5C;
}
</style>
background-color css
<style>
a { background-color: #1D0B5C; }
a { background-color: rgb(29,11,92); }
div.DivClassName
{
background-color: #1D0B5C;
}
.BgClassName
{
background-color: #1D0B5C;
}
</style>
border-color css
<style>
span { border-color: #1D0B5C; }
span { border-color: rgb(29,11,92); }
td.TdClassName
{
border-color: #1D0B5C;
}
.TagClassName
{
border-color: #1D0B5C;
}
</style>