Shades of Midnight Blue #181A78
Tints of Midnight Blue #181A78
RGB
CMYK
RGB Variations
Color information
#181A78 (or 0x181A78) is known color: Midnight Blue. HEX triplet: 18, 1A and 78. RGB value is (24,26,120). Sum of RGB (Red+Green+Blue) = 24+26+120=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #181A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A78 is #E7E587. Grayscale: #232323. Windows color (decimal): -15197576 or 7871000. OLE color: 7871000.
HSL color Cylindrical-coordinate representation of color #181A78: hue angle of 238.75º 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 #181A78 is Cyan = 0.8, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 26 | 120 | - |
| CMYK | 0.8 | 0.78 | 0 | 0.53 |
| HSL | 238.75º | 0.67% | 0.28% | - |
| HSV(B) | 238.75º | 0.8% | 0.47% | - |
| XYZ | 4.14 | 2.29 | 17.99 | - |
| YUV | 36.12 | 175.34 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 120 | 0.8 | 0.78 | 0 | 0.53 | 238.75 | 0.67 | 0.28 |
| Hex | 18 | 1A | 78 | 50 | 4E | 0 | 35 | EF | 43 | 1C |
| Octal | 30 | 32 | 170 | 120 | 116 | 0 | 65 | 357 | 103 | 34 |
| Binary | 11000 | 11010 | 1111000 | 1010000 | 1001110 | 0 | 110101 | 11101111 | 1000011 | 11100 |
Color Harmonies of #181A78
Complementary color
Monochromatic Colors of #181A78
Black with #181A78
Text Example
Text Example
White with #181A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A78; }
p { color: rgb(24,26,120); }
H1.HeaderClassName
{
color: #181A78;
}
.AnyTagClassName
{
color: #181A78;
}
</style>
background-color css
<style>
a { background-color: #181A78; }
a { background-color: rgb(24,26,120); }
div.DivClassName
{
background-color: #181A78;
}
.BgClassName
{
background-color: #181A78;
}
</style>
border-color css
<style>
span { border-color: #181A78; }
span { border-color: rgb(24,26,120); }
td.TdClassName
{
border-color: #181A78;
}
.TagClassName
{
border-color: #181A78;
}
</style>