Shades of Midnight #1D2F4A
Tints of Midnight #1D2F4A
RGB
CMYK
RGB Variations
Color information
#1D2F4A (or 0x1D2F4A) is known color: Midnight. HEX triplet: 1D, 2F and 4A. RGB value is (29,47,74). Sum of RGB (Red+Green+Blue) = 29+47+74=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D2F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F4A is #E2D0B5. Grayscale: #2C2C2C. Windows color (decimal): -14864566 or 4861725. OLE color: 4861725.
HSL color Cylindrical-coordinate representation of color #1D2F4A: hue angle of 216º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D2F4A is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 47 | 74 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.71 |
| HSL | 216º | 0.44% | 0.2% | - |
| HSV(B) | 216º | 0.61% | 0.29% | - |
| XYZ | 2.76 | 2.79 | 6.87 | - |
| YUV | 44.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 74 | 0.61 | 0.36 | 0 | 0.71 | 216 | 0.44 | 0.2 |
| Hex | 1D | 2F | 4A | 3D | 24 | 0 | 47 | D8 | 2C | 14 |
| Octal | 35 | 57 | 112 | 75 | 44 | 0 | 107 | 330 | 54 | 24 |
| Binary | 11101 | 101111 | 1001010 | 111101 | 100100 | 0 | 1000111 | 11011000 | 101100 | 10100 |
Color Harmonies of #1D2F4A
Complementary color
Monochromatic Colors of #1D2F4A
Black with #1D2F4A
Text Example
Text Example
White with #1D2F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F4A; }
p { color: rgb(29,47,74); }
H1.HeaderClassName
{
color: #1D2F4A;
}
.AnyTagClassName
{
color: #1D2F4A;
}
</style>
background-color css
<style>
a { background-color: #1D2F4A; }
a { background-color: rgb(29,47,74); }
div.DivClassName
{
background-color: #1D2F4A;
}
.BgClassName
{
background-color: #1D2F4A;
}
</style>
border-color css
<style>
span { border-color: #1D2F4A; }
span { border-color: rgb(29,47,74); }
td.TdClassName
{
border-color: #1D2F4A;
}
.TagClassName
{
border-color: #1D2F4A;
}
</style>