Shades of Midnight Blue #1D2569
Tints of Midnight Blue #1D2569
RGB
CMYK
RGB Variations
Color information
#1D2569 (or 0x1D2569) is known color: Midnight Blue. HEX triplet: 1D, 25 and 69. RGB value is (29,37,105). Sum of RGB (Red+Green+Blue) = 29+37+105=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D2569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2569 is #E2DA96. Grayscale: #2A2A2A. Windows color (decimal): -14867095 or 6890781. OLE color: 6890781.
HSL color Cylindrical-coordinate representation of color #1D2569: hue angle of 233.68º 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 #1D2569 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 37 | 105 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.59 |
| HSL | 233.68º | 0.57% | 0.26% | - |
| HSV(B) | 233.68º | 0.72% | 0.41% | - |
| XYZ | 3.72 | 2.6 | 13.67 | - |
| YUV | 42.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 105 | 0.72 | 0.65 | 0 | 0.59 | 233.68 | 0.57 | 0.26 |
| Hex | 1D | 25 | 69 | 48 | 41 | 0 | 3B | EA | 39 | 1A |
| Octal | 35 | 45 | 151 | 110 | 101 | 0 | 73 | 352 | 71 | 32 |
| Binary | 11101 | 100101 | 1101001 | 1001000 | 1000001 | 0 | 111011 | 11101010 | 111001 | 11010 |
Color Harmonies of #1D2569
Complementary color
Monochromatic Colors of #1D2569
Black with #1D2569
Text Example
Text Example
White with #1D2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2569; }
p { color: rgb(29,37,105); }
H1.HeaderClassName
{
color: #1D2569;
}
.AnyTagClassName
{
color: #1D2569;
}
</style>
background-color css
<style>
a { background-color: #1D2569; }
a { background-color: rgb(29,37,105); }
div.DivClassName
{
background-color: #1D2569;
}
.BgClassName
{
background-color: #1D2569;
}
</style>
border-color css
<style>
span { border-color: #1D2569; }
span { border-color: rgb(29,37,105); }
td.TdClassName
{
border-color: #1D2569;
}
.TagClassName
{
border-color: #1D2569;
}
</style>