Shades of Midnight Blue #180E63
Tints of Midnight Blue #180E63
RGB
CMYK
RGB Variations
Color information
#180E63 (or 0x180E63) is known color: Midnight Blue. HEX triplet: 18, 0E and 63. RGB value is (24,14,99). Sum of RGB (Red+Green+Blue) = 24+14+99=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #180E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E63 is #E7F19C. Grayscale: #1A1A1A. Windows color (decimal): -15200669 or 6491672. OLE color: 6491672.
HSL color Cylindrical-coordinate representation of color #180E63: hue angle of 247.06º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180E63 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 14 | 99 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.61 |
| HSL | 247.06º | 0.75% | 0.22% | - |
| HSV(B) | 247.06º | 0.86% | 0.39% | - |
| XYZ | 2.79 | 1.41 | 11.93 | - |
| YUV | 26.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 99 | 0.76 | 0.86 | 0 | 0.61 | 247.06 | 0.75 | 0.22 |
| Hex | 18 | E | 63 | 4C | 56 | 0 | 3D | F7 | 4B | 16 |
| Octal | 30 | 16 | 143 | 114 | 126 | 0 | 75 | 367 | 113 | 26 |
| Binary | 11000 | 1110 | 1100011 | 1001100 | 1010110 | 0 | 111101 | 11110111 | 1001011 | 10110 |
Color Harmonies of #180E63
Complementary color
Monochromatic Colors of #180E63
Black with #180E63
Text Example
Text Example
White with #180E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E63; }
p { color: rgb(24,14,99); }
H1.HeaderClassName
{
color: #180E63;
}
.AnyTagClassName
{
color: #180E63;
}
</style>
background-color css
<style>
a { background-color: #180E63; }
a { background-color: rgb(24,14,99); }
div.DivClassName
{
background-color: #180E63;
}
.BgClassName
{
background-color: #180E63;
}
</style>
border-color css
<style>
span { border-color: #180E63; }
span { border-color: rgb(24,14,99); }
td.TdClassName
{
border-color: #180E63;
}
.TagClassName
{
border-color: #180E63;
}
</style>