Shades of Midnight Blue #181C78
Tints of Midnight Blue #181C78
RGB
CMYK
RGB Variations
Color information
#181C78 (or 0x181C78) is known color: Midnight Blue. HEX triplet: 18, 1C and 78. RGB value is (24,28,120). Sum of RGB (Red+Green+Blue) = 24+28+120=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #181C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181C78 is #E7E387. Grayscale: #242424. Windows color (decimal): -15197064 or 7871512. OLE color: 7871512.
HSL color Cylindrical-coordinate representation of color #181C78: hue angle of 237.5º 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 #181C78 is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 28 | 120 | - |
| CMYK | 0.8 | 0.77 | 0 | 0.53 |
| HSL | 237.5º | 0.67% | 0.28% | - |
| HSV(B) | 237.5º | 0.8% | 0.47% | - |
| XYZ | 4.18 | 2.38 | 18.01 | - |
| YUV | 37.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 120 | 0.8 | 0.77 | 0 | 0.53 | 237.5 | 0.67 | 0.28 |
| Hex | 18 | 1C | 78 | 50 | 4D | 0 | 35 | EE | 43 | 1C |
| Octal | 30 | 34 | 170 | 120 | 115 | 0 | 65 | 356 | 103 | 34 |
| Binary | 11000 | 11100 | 1111000 | 1010000 | 1001101 | 0 | 110101 | 11101110 | 1000011 | 11100 |
Color Harmonies of #181C78
Complementary color
Monochromatic Colors of #181C78
Black with #181C78
Text Example
Text Example
White with #181C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C78; }
p { color: rgb(24,28,120); }
H1.HeaderClassName
{
color: #181C78;
}
.AnyTagClassName
{
color: #181C78;
}
</style>
background-color css
<style>
a { background-color: #181C78; }
a { background-color: rgb(24,28,120); }
div.DivClassName
{
background-color: #181C78;
}
.BgClassName
{
background-color: #181C78;
}
</style>
border-color css
<style>
span { border-color: #181C78; }
span { border-color: rgb(24,28,120); }
td.TdClassName
{
border-color: #181C78;
}
.TagClassName
{
border-color: #181C78;
}
</style>