Shades of Midnight Blue #1D2874
Tints of Midnight Blue #1D2874
RGB
CMYK
RGB Variations
Color information
#1D2874 (or 0x1D2874) is known color: Midnight Blue. HEX triplet: 1D, 28 and 74. RGB value is (29,40,116). Sum of RGB (Red+Green+Blue) = 29+40+116=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D2874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2874 is #E2D78B. Grayscale: #2D2D2D. Windows color (decimal): -14866316 or 7612445. OLE color: 7612445.
HSL color Cylindrical-coordinate representation of color #1D2874: hue angle of 232.41º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2874 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 40 | 116 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.55 |
| HSL | 232.41º | 0.6% | 0.28% | - |
| HSV(B) | 232.41º | 0.75% | 0.45% | - |
| XYZ | 4.42 | 3.04 | 16.88 | - |
| YUV | 45.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 116 | 0.75 | 0.66 | 0 | 0.55 | 232.41 | 0.6 | 0.28 |
| Hex | 1D | 28 | 74 | 4B | 42 | 0 | 37 | E8 | 3C | 1C |
| Octal | 35 | 50 | 164 | 113 | 102 | 0 | 67 | 350 | 74 | 34 |
| Binary | 11101 | 101000 | 1110100 | 1001011 | 1000010 | 0 | 110111 | 11101000 | 111100 | 11100 |
Color Harmonies of #1D2874
Complementary color
Monochromatic Colors of #1D2874
Black with #1D2874
Text Example
Text Example
White with #1D2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2874; }
p { color: rgb(29,40,116); }
H1.HeaderClassName
{
color: #1D2874;
}
.AnyTagClassName
{
color: #1D2874;
}
</style>
background-color css
<style>
a { background-color: #1D2874; }
a { background-color: rgb(29,40,116); }
div.DivClassName
{
background-color: #1D2874;
}
.BgClassName
{
background-color: #1D2874;
}
</style>
border-color css
<style>
span { border-color: #1D2874; }
span { border-color: rgb(29,40,116); }
td.TdClassName
{
border-color: #1D2874;
}
.TagClassName
{
border-color: #1D2874;
}
</style>