Shades of Midnight Blue #182585
Tints of Midnight Blue #182585
RGB
CMYK
RGB Variations
Color information
#182585 (or 0x182585) is known color: Midnight Blue. HEX triplet: 18, 25 and 85. RGB value is (24,37,133). Sum of RGB (Red+Green+Blue) = 24+37+133=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #182585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182585 is #E7DA7A. Grayscale: #2B2B2B. Windows color (decimal): -15194747 or 8725784. OLE color: 8725784.
HSL color Cylindrical-coordinate representation of color #182585: hue angle of 232.84º 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 #182585 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 37 | 133 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.48 |
| HSL | 232.84º | 0.69% | 0.31% | - |
| HSV(B) | 232.84º | 0.82% | 0.52% | - |
| XYZ | 5.27 | 3.21 | 22.53 | - |
| YUV | 44.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 133 | 0.82 | 0.72 | 0 | 0.48 | 232.84 | 0.69 | 0.31 |
| Hex | 18 | 25 | 85 | 52 | 48 | 0 | 30 | E9 | 45 | 1F |
| Octal | 30 | 45 | 205 | 122 | 110 | 0 | 60 | 351 | 105 | 37 |
| Binary | 11000 | 100101 | 10000101 | 1010010 | 1001000 | 0 | 110000 | 11101001 | 1000101 | 11111 |
Color Harmonies of #182585
Complementary color
Monochromatic Colors of #182585
Black with #182585
Text Example
Text Example
White with #182585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182585; }
p { color: rgb(24,37,133); }
H1.HeaderClassName
{
color: #182585;
}
.AnyTagClassName
{
color: #182585;
}
</style>
background-color css
<style>
a { background-color: #182585; }
a { background-color: rgb(24,37,133); }
div.DivClassName
{
background-color: #182585;
}
.BgClassName
{
background-color: #182585;
}
</style>
border-color css
<style>
span { border-color: #182585; }
span { border-color: rgb(24,37,133); }
td.TdClassName
{
border-color: #182585;
}
.TagClassName
{
border-color: #182585;
}
</style>