Shades of Midnight Blue #1D0865
Tints of Midnight Blue #1D0865
RGB
CMYK
RGB Variations
Color information
#1D0865 (or 0x1D0865) is known color: Midnight Blue. HEX triplet: 1D, 08 and 65. RGB value is (29,8,101). Sum of RGB (Red+Green+Blue) = 29+8+101=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D0865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0865 is #E2F79A. Grayscale: #181818. Windows color (decimal): -14874523 or 6621213. OLE color: 6621213.
HSL color Cylindrical-coordinate representation of color #1D0865: hue angle of 253.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0865 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 8 | 101 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.60 |
| HSL | 253.55º | 0.85% | 0.21% | - |
| HSV(B) | 253.55º | 0.92% | 0.4% | - |
| XYZ | 2.94 | 1.37 | 12.42 | - |
| YUV | 24.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 101 | 0.71 | 0.92 | 0 | 0.60 | 253.55 | 0.85 | 0.21 |
| Hex | 1D | 8 | 65 | 47 | 5C | 0 | 3C | FE | 55 | 15 |
| Octal | 35 | 10 | 145 | 107 | 134 | 0 | 74 | 376 | 125 | 25 |
| Binary | 11101 | 1000 | 1100101 | 1000111 | 1011100 | 0 | 111100 | 11111110 | 1010101 | 10101 |
Color Harmonies of #1D0865
Complementary color
Monochromatic Colors of #1D0865
Black with #1D0865
Text Example
Text Example
White with #1D0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0865; }
p { color: rgb(29,8,101); }
H1.HeaderClassName
{
color: #1D0865;
}
.AnyTagClassName
{
color: #1D0865;
}
</style>
background-color css
<style>
a { background-color: #1D0865; }
a { background-color: rgb(29,8,101); }
div.DivClassName
{
background-color: #1D0865;
}
.BgClassName
{
background-color: #1D0865;
}
</style>
border-color css
<style>
span { border-color: #1D0865; }
span { border-color: rgb(29,8,101); }
td.TdClassName
{
border-color: #1D0865;
}
.TagClassName
{
border-color: #1D0865;
}
</style>