Shades of Midnight Blue #181E6E
Tints of Midnight Blue #181E6E
RGB
CMYK
RGB Variations
Color information
#181E6E (or 0x181E6E) is known color: Midnight Blue. HEX triplet: 18, 1E and 6E. RGB value is (24,30,110). Sum of RGB (Red+Green+Blue) = 24+30+110=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #181E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E6E is #E7E191. Grayscale: #252525. Windows color (decimal): -15196562 or 7216664. OLE color: 7216664.
HSL color Cylindrical-coordinate representation of color #181E6E: hue angle of 235.81º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #181E6E is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 30 | 110 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.57 |
| HSL | 235.81º | 0.64% | 0.26% | - |
| HSV(B) | 235.81º | 0.78% | 0.43% | - |
| XYZ | 3.66 | 2.25 | 14.99 | - |
| YUV | 37.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 110 | 0.78 | 0.73 | 0 | 0.57 | 235.81 | 0.64 | 0.26 |
| Hex | 18 | 1E | 6E | 4E | 49 | 0 | 39 | EC | 40 | 1A |
| Octal | 30 | 36 | 156 | 116 | 111 | 0 | 71 | 354 | 100 | 32 |
| Binary | 11000 | 11110 | 1101110 | 1001110 | 1001001 | 0 | 111001 | 11101100 | 1000000 | 11010 |
Color Harmonies of #181E6E
Complementary color
Monochromatic Colors of #181E6E
Black with #181E6E
Text Example
Text Example
White with #181E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E6E; }
p { color: rgb(24,30,110); }
H1.HeaderClassName
{
color: #181E6E;
}
.AnyTagClassName
{
color: #181E6E;
}
</style>
background-color css
<style>
a { background-color: #181E6E; }
a { background-color: rgb(24,30,110); }
div.DivClassName
{
background-color: #181E6E;
}
.BgClassName
{
background-color: #181E6E;
}
</style>
border-color css
<style>
span { border-color: #181E6E; }
span { border-color: rgb(24,30,110); }
td.TdClassName
{
border-color: #181E6E;
}
.TagClassName
{
border-color: #181E6E;
}
</style>