Shades of Midnight Blue #1D2865
Tints of Midnight Blue #1D2865
RGB
CMYK
RGB Variations
Color information
#1D2865 (or 0x1D2865) is known color: Midnight Blue. HEX triplet: 1D, 28 and 65. RGB value is (29,40,101). Sum of RGB (Red+Green+Blue) = 29+40+101=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2865 is #E2D79A. Grayscale: #2B2B2B. Windows color (decimal): -14866331 or 6629405. OLE color: 6629405.
HSL color Cylindrical-coordinate representation of color #1D2865: hue angle of 230.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D2865 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 40 | 101 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.60 |
| HSL | 230.83º | 0.55% | 0.25% | - |
| HSV(B) | 230.83º | 0.71% | 0.4% | - |
| XYZ | 3.61 | 2.72 | 12.65 | - |
| YUV | 43.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 101 | 0.71 | 0.60 | 0 | 0.60 | 230.83 | 0.55 | 0.25 |
| Hex | 1D | 28 | 65 | 47 | 3C | 0 | 3C | E7 | 37 | 19 |
| Octal | 35 | 50 | 145 | 107 | 74 | 0 | 74 | 347 | 67 | 31 |
| Binary | 11101 | 101000 | 1100101 | 1000111 | 111100 | 0 | 111100 | 11100111 | 110111 | 11001 |
Color Harmonies of #1D2865
Complementary color
Monochromatic Colors of #1D2865
Black with #1D2865
Text Example
Text Example
White with #1D2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2865; }
p { color: rgb(29,40,101); }
H1.HeaderClassName
{
color: #1D2865;
}
.AnyTagClassName
{
color: #1D2865;
}
</style>
background-color css
<style>
a { background-color: #1D2865; }
a { background-color: rgb(29,40,101); }
div.DivClassName
{
background-color: #1D2865;
}
.BgClassName
{
background-color: #1D2865;
}
</style>
border-color css
<style>
span { border-color: #1D2865; }
span { border-color: rgb(29,40,101); }
td.TdClassName
{
border-color: #1D2865;
}
.TagClassName
{
border-color: #1D2865;
}
</style>