Shades of Midnight Blue #1D2183
Tints of Midnight Blue #1D2183
RGB
CMYK
RGB Variations
Color information
#1D2183 (or 0x1D2183) is known color: Midnight Blue. HEX triplet: 1D, 21 and 83. RGB value is (29,33,131). Sum of RGB (Red+Green+Blue) = 29+33+131=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2183 is #E2DE7C. Grayscale: #2A2A2A. Windows color (decimal): -14868093 or 8593693. OLE color: 8593693.
HSL color Cylindrical-coordinate representation of color #1D2183: hue angle of 237.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D2183 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 33 | 131 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.49 |
| HSL | 237.65º | 0.64% | 0.31% | - |
| HSV(B) | 237.65º | 0.78% | 0.51% | - |
| XYZ | 5.15 | 2.99 | 21.78 | - |
| YUV | 42.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 131 | 0.78 | 0.75 | 0 | 0.49 | 237.65 | 0.64 | 0.31 |
| Hex | 1D | 21 | 83 | 4E | 4B | 0 | 31 | EE | 40 | 1F |
| Octal | 35 | 41 | 203 | 116 | 113 | 0 | 61 | 356 | 100 | 37 |
| Binary | 11101 | 100001 | 10000011 | 1001110 | 1001011 | 0 | 110001 | 11101110 | 1000000 | 11111 |
Color Harmonies of #1D2183
Complementary color
Monochromatic Colors of #1D2183
Black with #1D2183
Text Example
Text Example
White with #1D2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2183; }
p { color: rgb(29,33,131); }
H1.HeaderClassName
{
color: #1D2183;
}
.AnyTagClassName
{
color: #1D2183;
}
</style>
background-color css
<style>
a { background-color: #1D2183; }
a { background-color: rgb(29,33,131); }
div.DivClassName
{
background-color: #1D2183;
}
.BgClassName
{
background-color: #1D2183;
}
</style>
border-color css
<style>
span { border-color: #1D2183; }
span { border-color: rgb(29,33,131); }
td.TdClassName
{
border-color: #1D2183;
}
.TagClassName
{
border-color: #1D2183;
}
</style>