Shades of Midnight Blue #181E66
Tints of Midnight Blue #181E66
RGB
CMYK
RGB Variations
Color information
#181E66 (or 0x181E66) is known color: Midnight Blue. HEX triplet: 18, 1E and 66. RGB value is (24,30,102). Sum of RGB (Red+Green+Blue) = 24+30+102=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #181E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E66 is #E7E199. Grayscale: #242424. Windows color (decimal): -15196570 or 6692376. OLE color: 6692376.
HSL color Cylindrical-coordinate representation of color #181E66: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181E66 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 30 | 102 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.6 |
| HSL | 235.38º | 0.62% | 0.25% | - |
| HSV(B) | 235.38º | 0.76% | 0.4% | - |
| XYZ | 3.24 | 2.08 | 12.8 | - |
| YUV | 36.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 102 | 0.76 | 0.71 | 0 | 0.6 | 235.38 | 0.62 | 0.25 |
| Hex | 18 | 1E | 66 | 4C | 47 | 0 | 3C | EB | 3E | 19 |
| Octal | 30 | 36 | 146 | 114 | 107 | 0 | 74 | 353 | 76 | 31 |
| Binary | 11000 | 11110 | 1100110 | 1001100 | 1000111 | 0 | 111100 | 11101011 | 111110 | 11001 |
Color Harmonies of #181E66
Complementary color
Monochromatic Colors of #181E66
Black with #181E66
Text Example
Text Example
White with #181E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E66; }
p { color: rgb(24,30,102); }
H1.HeaderClassName
{
color: #181E66;
}
.AnyTagClassName
{
color: #181E66;
}
</style>
background-color css
<style>
a { background-color: #181E66; }
a { background-color: rgb(24,30,102); }
div.DivClassName
{
background-color: #181E66;
}
.BgClassName
{
background-color: #181E66;
}
</style>
border-color css
<style>
span { border-color: #181E66; }
span { border-color: rgb(24,30,102); }
td.TdClassName
{
border-color: #181E66;
}
.TagClassName
{
border-color: #181E66;
}
</style>