Shades of Midnight Blue #1D1672
Tints of Midnight Blue #1D1672
RGB
CMYK
RGB Variations
Color information
#1D1672 (or 0x1D1672) is known color: Midnight Blue. HEX triplet: 1D, 16 and 72. RGB value is (29,22,114). Sum of RGB (Red+Green+Blue) = 29+22+114=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1672 is #E2E98D. Grayscale: #222222. Windows color (decimal): -14870926 or 7476765. OLE color: 7476765.
HSL color Cylindrical-coordinate representation of color #1D1672: hue angle of 244.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1672 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 29 | 22 | 114 | - |
CMYK | 0.75 | 0.81 | 0 | 0.55 |
HSL | 244.57º | 0.68% | 0.27% | - |
HSV(B) | 244.57º | 0.81% | 0.45% | - |
XYZ | 3.83 | 2.05 | 16.11 | - |
YUV | 34.58 | 172.82 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 22 | 114 | 0.75 | 0.81 | 0 | 0.55 | 244.57 | 0.68 | 0.27 |
Hex | 1D | 16 | 72 | 4B | 51 | 0 | 37 | F5 | 44 | 1B |
Octal | 35 | 26 | 162 | 113 | 121 | 0 | 67 | 365 | 104 | 33 |
Binary | 11101 | 10110 | 1110010 | 1001011 | 1010001 | 0 | 110111 | 11110101 | 1000100 | 11011 |
Color Harmonies of #1D1672
Complementary color
Monochromatic Colors of #1D1672
Black with #1D1672
Text Example
Text Example
White with #1D1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1672; }
p { color: rgb(29,22,114); }
H1.HeaderClassName
{
color: #1D1672;
}
.AnyTagClassName
{
color: #1D1672;
}
</style>
background-color css
<style>
a { background-color: #1D1672; }
a { background-color: rgb(29,22,114); }
div.DivClassName
{
background-color: #1D1672;
}
.BgClassName
{
background-color: #1D1672;
}
</style>
border-color css
<style>
span { border-color: #1D1672; }
span { border-color: rgb(29,22,114); }
td.TdClassName
{
border-color: #1D1672;
}
.TagClassName
{
border-color: #1D1672;
}
</style>