Shades of Midnight Blue #181963
Tints of Midnight Blue #181963
RGB
CMYK
RGB Variations
Color information
#181963 (or 0x181963) is known color: Midnight Blue. HEX triplet: 18, 19 and 63. RGB value is (24,25,99). Sum of RGB (Red+Green+Blue) = 24+25+99=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #181963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181963 is #E7E69C. Grayscale: #202020. Windows color (decimal): -15197853 or 6494488. OLE color: 6494488.
HSL color Cylindrical-coordinate representation of color #181963: hue angle of 239.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181963 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 25 | 99 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.61 |
| HSL | 239.2º | 0.61% | 0.24% | - |
| HSV(B) | 239.2º | 0.76% | 0.39% | - |
| XYZ | 2.98 | 1.79 | 11.99 | - |
| YUV | 33.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 99 | 0.76 | 0.75 | 0 | 0.61 | 239.2 | 0.61 | 0.24 |
| Hex | 18 | 19 | 63 | 4C | 4B | 0 | 3D | EF | 3D | 18 |
| Octal | 30 | 31 | 143 | 114 | 113 | 0 | 75 | 357 | 75 | 30 |
| Binary | 11000 | 11001 | 1100011 | 1001100 | 1001011 | 0 | 111101 | 11101111 | 111101 | 11000 |
Color Harmonies of #181963
Complementary color
Monochromatic Colors of #181963
Black with #181963
Text Example
Text Example
White with #181963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181963; }
p { color: rgb(24,25,99); }
H1.HeaderClassName
{
color: #181963;
}
.AnyTagClassName
{
color: #181963;
}
</style>
background-color css
<style>
a { background-color: #181963; }
a { background-color: rgb(24,25,99); }
div.DivClassName
{
background-color: #181963;
}
.BgClassName
{
background-color: #181963;
}
</style>
border-color css
<style>
span { border-color: #181963; }
span { border-color: rgb(24,25,99); }
td.TdClassName
{
border-color: #181963;
}
.TagClassName
{
border-color: #181963;
}
</style>