Shades of Midnight Blue #1D236E
Tints of Midnight Blue #1D236E
RGB
CMYK
RGB Variations
Color information
#1D236E (or 0x1D236E) is known color: Midnight Blue. HEX triplet: 1D, 23 and 6E. RGB value is (29,35,110). Sum of RGB (Red+Green+Blue) = 29+35+110=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D236E is #E2DC91. Grayscale: #292929. Windows color (decimal): -14867602 or 7217949. OLE color: 7217949.
HSL color Cylindrical-coordinate representation of color #1D236E: hue angle of 235.56º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D236E is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 35 | 110 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.57 |
| HSL | 235.56º | 0.58% | 0.27% | - |
| HSV(B) | 235.56º | 0.74% | 0.43% | - |
| XYZ | 3.92 | 2.59 | 15.04 | - |
| YUV | 41.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 110 | 0.74 | 0.68 | 0 | 0.57 | 235.56 | 0.58 | 0.27 |
| Hex | 1D | 23 | 6E | 4A | 44 | 0 | 39 | EC | 3A | 1B |
| Octal | 35 | 43 | 156 | 112 | 104 | 0 | 71 | 354 | 72 | 33 |
| Binary | 11101 | 100011 | 1101110 | 1001010 | 1000100 | 0 | 111001 | 11101100 | 111010 | 11011 |
Color Harmonies of #1D236E
Complementary color
Monochromatic Colors of #1D236E
Black with #1D236E
Text Example
Text Example
White with #1D236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D236E; }
p { color: rgb(29,35,110); }
H1.HeaderClassName
{
color: #1D236E;
}
.AnyTagClassName
{
color: #1D236E;
}
</style>
background-color css
<style>
a { background-color: #1D236E; }
a { background-color: rgb(29,35,110); }
div.DivClassName
{
background-color: #1D236E;
}
.BgClassName
{
background-color: #1D236E;
}
</style>
border-color css
<style>
span { border-color: #1D236E; }
span { border-color: rgb(29,35,110); }
td.TdClassName
{
border-color: #1D236E;
}
.TagClassName
{
border-color: #1D236E;
}
</style>