Shades of Midnight Blue #181D76
Tints of Midnight Blue #181D76
RGB
CMYK
RGB Variations
Color information
#181D76 (or 0x181D76) is known color: Midnight Blue. HEX triplet: 18, 1D and 76. RGB value is (24,29,118). Sum of RGB (Red+Green+Blue) = 24+29+118=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #181D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D76 is #E7E289. Grayscale: #252525. Windows color (decimal): -15196810 or 7740696. OLE color: 7740696.
HSL color Cylindrical-coordinate representation of color #181D76: hue angle of 236.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181D76 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 29 | 118 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.54 |
| HSL | 236.81º | 0.66% | 0.28% | - |
| HSV(B) | 236.81º | 0.8% | 0.46% | - |
| XYZ | 4.09 | 2.38 | 17.38 | - |
| YUV | 37.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 118 | 0.80 | 0.75 | 0 | 0.54 | 236.81 | 0.66 | 0.28 |
| Hex | 18 | 1D | 76 | 50 | 4B | 0 | 36 | ED | 42 | 1C |
| Octal | 30 | 35 | 166 | 120 | 113 | 0 | 66 | 355 | 102 | 34 |
| Binary | 11000 | 11101 | 1110110 | 1010000 | 1001011 | 0 | 110110 | 11101101 | 1000010 | 11100 |
Color Harmonies of #181D76
Complementary color
Monochromatic Colors of #181D76
Black with #181D76
Text Example
Text Example
White with #181D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D76; }
p { color: rgb(24,29,118); }
H1.HeaderClassName
{
color: #181D76;
}
.AnyTagClassName
{
color: #181D76;
}
</style>
background-color css
<style>
a { background-color: #181D76; }
a { background-color: rgb(24,29,118); }
div.DivClassName
{
background-color: #181D76;
}
.BgClassName
{
background-color: #181D76;
}
</style>
border-color css
<style>
span { border-color: #181D76; }
span { border-color: rgb(24,29,118); }
td.TdClassName
{
border-color: #181D76;
}
.TagClassName
{
border-color: #181D76;
}
</style>