Shades of Midnight Blue #181463
Tints of Midnight Blue #181463
RGB
CMYK
RGB Variations
Color information
#181463 (or 0x181463) is known color: Midnight Blue. HEX triplet: 18, 14 and 63. RGB value is (24,20,99). Sum of RGB (Red+Green+Blue) = 24+20+99=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #181463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181463 is #E7EB9C. Grayscale: #1D1D1D. Windows color (decimal): -15199133 or 6493208. OLE color: 6493208.
HSL color Cylindrical-coordinate representation of color #181463: hue angle of 243.04º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181463 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 20 | 99 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.61 |
| HSL | 243.04º | 0.66% | 0.23% | - |
| HSV(B) | 243.04º | 0.8% | 0.39% | - |
| XYZ | 2.88 | 1.6 | 11.96 | - |
| YUV | 30.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 99 | 0.76 | 0.80 | 0 | 0.61 | 243.04 | 0.66 | 0.23 |
| Hex | 18 | 14 | 63 | 4C | 50 | 0 | 3D | F3 | 42 | 17 |
| Octal | 30 | 24 | 143 | 114 | 120 | 0 | 75 | 363 | 102 | 27 |
| Binary | 11000 | 10100 | 1100011 | 1001100 | 1010000 | 0 | 111101 | 11110011 | 1000010 | 10111 |
Color Harmonies of #181463
Complementary color
Monochromatic Colors of #181463
Black with #181463
Text Example
Text Example
White with #181463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181463; }
p { color: rgb(24,20,99); }
H1.HeaderClassName
{
color: #181463;
}
.AnyTagClassName
{
color: #181463;
}
</style>
background-color css
<style>
a { background-color: #181463; }
a { background-color: rgb(24,20,99); }
div.DivClassName
{
background-color: #181463;
}
.BgClassName
{
background-color: #181463;
}
</style>
border-color css
<style>
span { border-color: #181463; }
span { border-color: rgb(24,20,99); }
td.TdClassName
{
border-color: #181463;
}
.TagClassName
{
border-color: #181463;
}
</style>