Shades of Midnight Blue #182976
Tints of Midnight Blue #182976
RGB
CMYK
RGB Variations
Color information
#182976 (or 0x182976) is known color: Midnight Blue. HEX triplet: 18, 29 and 76. RGB value is (24,41,118). Sum of RGB (Red+Green+Blue) = 24+41+118=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #182976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182976 is #E7D689. Grayscale: #2C2C2C. Windows color (decimal): -15193738 or 7743768. OLE color: 7743768.
HSL color Cylindrical-coordinate representation of color #182976: hue angle of 229.15º 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 #182976 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 41 | 118 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.54 |
| HSL | 229.15º | 0.66% | 0.28% | - |
| HSV(B) | 229.15º | 0.8% | 0.46% | - |
| XYZ | 4.44 | 3.09 | 17.5 | - |
| YUV | 44.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 118 | 0.80 | 0.65 | 0 | 0.54 | 229.15 | 0.66 | 0.28 |
| Hex | 18 | 29 | 76 | 50 | 41 | 0 | 36 | E5 | 42 | 1C |
| Octal | 30 | 51 | 166 | 120 | 101 | 0 | 66 | 345 | 102 | 34 |
| Binary | 11000 | 101001 | 1110110 | 1010000 | 1000001 | 0 | 110110 | 11100101 | 1000010 | 11100 |
Color Harmonies of #182976
Complementary color
Monochromatic Colors of #182976
Black with #182976
Text Example
Text Example
White with #182976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182976; }
p { color: rgb(24,41,118); }
H1.HeaderClassName
{
color: #182976;
}
.AnyTagClassName
{
color: #182976;
}
</style>
background-color css
<style>
a { background-color: #182976; }
a { background-color: rgb(24,41,118); }
div.DivClassName
{
background-color: #182976;
}
.BgClassName
{
background-color: #182976;
}
</style>
border-color css
<style>
span { border-color: #182976; }
span { border-color: rgb(24,41,118); }
td.TdClassName
{
border-color: #182976;
}
.TagClassName
{
border-color: #182976;
}
</style>