Shades of Midnight #1D304B
Tints of Midnight #1D304B
RGB
CMYK
RGB Variations
Color information
#1D304B (or 0x1D304B) is known color: Midnight. HEX triplet: 1D, 30 and 4B. RGB value is (29,48,75). Sum of RGB (Red+Green+Blue) = 29+48+75=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D304B is #E2CFB4. Grayscale: #2D2D2D. Windows color (decimal): -14864309 or 4927517. OLE color: 4927517.
HSL color Cylindrical-coordinate representation of color #1D304B: hue angle of 215.22º 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 #1D304B is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 48 | 75 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.71 |
| HSL | 215.22º | 0.44% | 0.2% | - |
| HSV(B) | 215.22º | 0.61% | 0.29% | - |
| XYZ | 2.83 | 2.88 | 7.06 | - |
| YUV | 45.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 75 | 0.61 | 0.36 | 0 | 0.71 | 215.22 | 0.44 | 0.2 |
| Hex | 1D | 30 | 4B | 3D | 24 | 0 | 47 | D7 | 2C | 14 |
| Octal | 35 | 60 | 113 | 75 | 44 | 0 | 107 | 327 | 54 | 24 |
| Binary | 11101 | 110000 | 1001011 | 111101 | 100100 | 0 | 1000111 | 11010111 | 101100 | 10100 |
Color Harmonies of #1D304B
Complementary color
Monochromatic Colors of #1D304B
Black with #1D304B
Text Example
Text Example
White with #1D304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D304B; }
p { color: rgb(29,48,75); }
H1.HeaderClassName
{
color: #1D304B;
}
.AnyTagClassName
{
color: #1D304B;
}
</style>
background-color css
<style>
a { background-color: #1D304B; }
a { background-color: rgb(29,48,75); }
div.DivClassName
{
background-color: #1D304B;
}
.BgClassName
{
background-color: #1D304B;
}
</style>
border-color css
<style>
span { border-color: #1D304B; }
span { border-color: rgb(29,48,75); }
td.TdClassName
{
border-color: #1D304B;
}
.TagClassName
{
border-color: #1D304B;
}
</style>