Shades of Midnight Blue #181976
Tints of Midnight Blue #181976
RGB
CMYK
RGB Variations
Color information
#181976 (or 0x181976) is known color: Midnight Blue. HEX triplet: 18, 19 and 76. RGB value is (24,25,118). Sum of RGB (Red+Green+Blue) = 24+25+118=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #181976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181976 is #E7E689. Grayscale: #222222. Windows color (decimal): -15197834 or 7739672. OLE color: 7739672.
HSL color Cylindrical-coordinate representation of color #181976: hue angle of 239.36º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181976 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 25 | 118 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.54 |
| HSL | 239.36º | 0.66% | 0.28% | - |
| HSV(B) | 239.36º | 0.8% | 0.46% | - |
| XYZ | 3.99 | 2.2 | 17.35 | - |
| YUV | 35.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 118 | 0.80 | 0.79 | 0 | 0.54 | 239.36 | 0.66 | 0.28 |
| Hex | 18 | 19 | 76 | 50 | 4F | 0 | 36 | EF | 42 | 1C |
| Octal | 30 | 31 | 166 | 120 | 117 | 0 | 66 | 357 | 102 | 34 |
| Binary | 11000 | 11001 | 1110110 | 1010000 | 1001111 | 0 | 110110 | 11101111 | 1000010 | 11100 |
Color Harmonies of #181976
Complementary color
Monochromatic Colors of #181976
Black with #181976
Text Example
Text Example
White with #181976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181976; }
p { color: rgb(24,25,118); }
H1.HeaderClassName
{
color: #181976;
}
.AnyTagClassName
{
color: #181976;
}
</style>
background-color css
<style>
a { background-color: #181976; }
a { background-color: rgb(24,25,118); }
div.DivClassName
{
background-color: #181976;
}
.BgClassName
{
background-color: #181976;
}
</style>
border-color css
<style>
span { border-color: #181976; }
span { border-color: rgb(24,25,118); }
td.TdClassName
{
border-color: #181976;
}
.TagClassName
{
border-color: #181976;
}
</style>