Shades of Midnight Blue #182584
Tints of Midnight Blue #182584
RGB
CMYK
RGB Variations
Color information
#182584 (or 0x182584) is known color: Midnight Blue. HEX triplet: 18, 25 and 84. RGB value is (24,37,132). Sum of RGB (Red+Green+Blue) = 24+37+132=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #182584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182584 is #E7DA7B. Grayscale: #2B2B2B. Windows color (decimal): -15194748 or 8660248. OLE color: 8660248.
HSL color Cylindrical-coordinate representation of color #182584: hue angle of 232.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182584 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 37 | 132 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.48 |
| HSL | 232.78º | 0.69% | 0.31% | - |
| HSV(B) | 232.78º | 0.82% | 0.52% | - |
| XYZ | 5.2 | 3.18 | 22.17 | - |
| YUV | 43.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 132 | 0.82 | 0.72 | 0 | 0.48 | 232.78 | 0.69 | 0.31 |
| Hex | 18 | 25 | 84 | 52 | 48 | 0 | 30 | E9 | 45 | 1F |
| Octal | 30 | 45 | 204 | 122 | 110 | 0 | 60 | 351 | 105 | 37 |
| Binary | 11000 | 100101 | 10000100 | 1010010 | 1001000 | 0 | 110000 | 11101001 | 1000101 | 11111 |
Color Harmonies of #182584
Complementary color
Monochromatic Colors of #182584
Black with #182584
Text Example
Text Example
White with #182584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182584; }
p { color: rgb(24,37,132); }
H1.HeaderClassName
{
color: #182584;
}
.AnyTagClassName
{
color: #182584;
}
</style>
background-color css
<style>
a { background-color: #182584; }
a { background-color: rgb(24,37,132); }
div.DivClassName
{
background-color: #182584;
}
.BgClassName
{
background-color: #182584;
}
</style>
border-color css
<style>
span { border-color: #182584; }
span { border-color: rgb(24,37,132); }
td.TdClassName
{
border-color: #182584;
}
.TagClassName
{
border-color: #182584;
}
</style>