Shades of Midnight Blue #1D2869
Tints of Midnight Blue #1D2869
RGB
CMYK
RGB Variations
Color information
#1D2869 (or 0x1D2869) is known color: Midnight Blue. HEX triplet: 1D, 28 and 69. RGB value is (29,40,105). Sum of RGB (Red+Green+Blue) = 29+40+105=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2869 is #E2D796. Grayscale: #2B2B2B. Windows color (decimal): -14866327 or 6891549. OLE color: 6891549.
HSL color Cylindrical-coordinate representation of color #1D2869: hue angle of 231.32º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D2869 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 40 | 105 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.59 |
| HSL | 231.32º | 0.57% | 0.26% | - |
| HSV(B) | 231.32º | 0.72% | 0.41% | - |
| XYZ | 3.82 | 2.8 | 13.7 | - |
| YUV | 44.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 105 | 0.72 | 0.62 | 0 | 0.59 | 231.32 | 0.57 | 0.26 |
| Hex | 1D | 28 | 69 | 48 | 3E | 0 | 3B | E7 | 39 | 1A |
| Octal | 35 | 50 | 151 | 110 | 76 | 0 | 73 | 347 | 71 | 32 |
| Binary | 11101 | 101000 | 1101001 | 1001000 | 111110 | 0 | 111011 | 11100111 | 111001 | 11010 |
Color Harmonies of #1D2869
Complementary color
Monochromatic Colors of #1D2869
Black with #1D2869
Text Example
Text Example
White with #1D2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2869; }
p { color: rgb(29,40,105); }
H1.HeaderClassName
{
color: #1D2869;
}
.AnyTagClassName
{
color: #1D2869;
}
</style>
background-color css
<style>
a { background-color: #1D2869; }
a { background-color: rgb(29,40,105); }
div.DivClassName
{
background-color: #1D2869;
}
.BgClassName
{
background-color: #1D2869;
}
</style>
border-color css
<style>
span { border-color: #1D2869; }
span { border-color: rgb(29,40,105); }
td.TdClassName
{
border-color: #1D2869;
}
.TagClassName
{
border-color: #1D2869;
}
</style>