Shades of Midnight Blue #182980
Tints of Midnight Blue #182980
RGB
CMYK
RGB Variations
Color information
#182980 (or 0x182980) is known color: Midnight Blue. HEX triplet: 18, 29 and 80. RGB value is (24,41,128). Sum of RGB (Red+Green+Blue) = 24+41+128=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #182980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182980 is #E7D67F. Grayscale: #2D2D2D. Windows color (decimal): -15193728 or 8399128. OLE color: 8399128.
HSL color Cylindrical-coordinate representation of color #182980: hue angle of 230.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182980 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 41 | 128 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.50 |
| HSL | 230.19º | 0.68% | 0.3% | - |
| HSV(B) | 230.19º | 0.81% | 0.5% | - |
| XYZ | 5.07 | 3.34 | 20.8 | - |
| YUV | 45.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 128 | 0.81 | 0.68 | 0 | 0.50 | 230.19 | 0.68 | 0.3 |
| Hex | 18 | 29 | 80 | 51 | 44 | 0 | 32 | E6 | 44 | 1E |
| Octal | 30 | 51 | 200 | 121 | 104 | 0 | 62 | 346 | 104 | 36 |
| Binary | 11000 | 101001 | 10000000 | 1010001 | 1000100 | 0 | 110010 | 11100110 | 1000100 | 11110 |
Color Harmonies of #182980
Complementary color
Monochromatic Colors of #182980
Black with #182980
Text Example
Text Example
White with #182980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182980; }
p { color: rgb(24,41,128); }
H1.HeaderClassName
{
color: #182980;
}
.AnyTagClassName
{
color: #182980;
}
</style>
background-color css
<style>
a { background-color: #182980; }
a { background-color: rgb(24,41,128); }
div.DivClassName
{
background-color: #182980;
}
.BgClassName
{
background-color: #182980;
}
</style>
border-color css
<style>
span { border-color: #182980; }
span { border-color: rgb(24,41,128); }
td.TdClassName
{
border-color: #182980;
}
.TagClassName
{
border-color: #182980;
}
</style>