Shades of Midnight Blue #181D78
Tints of Midnight Blue #181D78
RGB
CMYK
RGB Variations
Color information
#181D78 (or 0x181D78) is known color: Midnight Blue. HEX triplet: 18, 1D and 78. RGB value is (24,29,120). Sum of RGB (Red+Green+Blue) = 24+29+120=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #181D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D78 is #E7E287. Grayscale: #252525. Windows color (decimal): -15196808 or 7871768. OLE color: 7871768.
HSL color Cylindrical-coordinate representation of color #181D78: hue angle of 236.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181D78 is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 29 | 120 | - |
| CMYK | 0.8 | 0.76 | 0 | 0.53 |
| HSL | 236.88º | 0.67% | 0.28% | - |
| HSV(B) | 236.88º | 0.8% | 0.47% | - |
| XYZ | 4.21 | 2.43 | 18.02 | - |
| YUV | 37.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 120 | 0.8 | 0.76 | 0 | 0.53 | 236.88 | 0.67 | 0.28 |
| Hex | 18 | 1D | 78 | 50 | 4C | 0 | 35 | ED | 43 | 1C |
| Octal | 30 | 35 | 170 | 120 | 114 | 0 | 65 | 355 | 103 | 34 |
| Binary | 11000 | 11101 | 1111000 | 1010000 | 1001100 | 0 | 110101 | 11101101 | 1000011 | 11100 |
Color Harmonies of #181D78
Complementary color
Monochromatic Colors of #181D78
Black with #181D78
Text Example
Text Example
White with #181D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D78; }
p { color: rgb(24,29,120); }
H1.HeaderClassName
{
color: #181D78;
}
.AnyTagClassName
{
color: #181D78;
}
</style>
background-color css
<style>
a { background-color: #181D78; }
a { background-color: rgb(24,29,120); }
div.DivClassName
{
background-color: #181D78;
}
.BgClassName
{
background-color: #181D78;
}
</style>
border-color css
<style>
span { border-color: #181D78; }
span { border-color: rgb(24,29,120); }
td.TdClassName
{
border-color: #181D78;
}
.TagClassName
{
border-color: #181D78;
}
</style>