Shades of Midnight Blue #182482
Tints of Midnight Blue #182482
RGB
CMYK
RGB Variations
Color information
#182482 (or 0x182482) is known color: Midnight Blue. HEX triplet: 18, 24 and 82. RGB value is (24,36,130). Sum of RGB (Red+Green+Blue) = 24+36+130=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #182482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182482 is #E7DB7D. Grayscale: #2A2A2A. Windows color (decimal): -15195006 or 8528920. OLE color: 8528920.
HSL color Cylindrical-coordinate representation of color #182482: hue angle of 233.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182482 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 36 | 130 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.49 |
| HSL | 233.21º | 0.69% | 0.3% | - |
| HSV(B) | 233.21º | 0.82% | 0.51% | - |
| XYZ | 5.04 | 3.07 | 21.45 | - |
| YUV | 43.13 | 177.02 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 130 | 0.82 | 0.72 | 0 | 0.49 | 233.21 | 0.69 | 0.3 |
| Hex | 18 | 24 | 82 | 52 | 48 | 0 | 31 | E9 | 45 | 1E |
| Octal | 30 | 44 | 202 | 122 | 110 | 0 | 61 | 351 | 105 | 36 |
| Binary | 11000 | 100100 | 10000010 | 1010010 | 1001000 | 0 | 110001 | 11101001 | 1000101 | 11110 |
Color Harmonies of #182482
Complementary color
Monochromatic Colors of #182482
Black with #182482
Text Example
Text Example
White with #182482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182482; }
p { color: rgb(24,36,130); }
H1.HeaderClassName
{
color: #182482;
}
.AnyTagClassName
{
color: #182482;
}
</style>
background-color css
<style>
a { background-color: #182482; }
a { background-color: rgb(24,36,130); }
div.DivClassName
{
background-color: #182482;
}
.BgClassName
{
background-color: #182482;
}
</style>
border-color css
<style>
span { border-color: #182482; }
span { border-color: rgb(24,36,130); }
td.TdClassName
{
border-color: #182482;
}
.TagClassName
{
border-color: #182482;
}
</style>