Shades of Midnight Blue #180164
Tints of Midnight Blue #180164
RGB
CMYK
RGB Variations
Color information
#180164 (or 0x180164) is known color: Midnight Blue. HEX triplet: 18, 01 and 64. RGB value is (24,1,100). Sum of RGB (Red+Green+Blue) = 24+1+100=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 100 (39.45% from 255 or 80% from 125); Max value from RGB is 100 - color contains mainly: blue. Hex color #180164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180164 is #E7FE9B. Grayscale: #121212. Windows color (decimal): -15203996 or 6553880. OLE color: 6553880.
HSL color Cylindrical-coordinate representation of color #180164: hue angle of 253.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180164 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 1 | 100 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.61 |
| HSL | 253.94º | 0.98% | 0.2% | - |
| HSV(B) | 253.94º | 0.99% | 0.39% | - |
| XYZ | 2.69 | 1.14 | 12.13 | - |
| YUV | 19.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 100 | 0.76 | 0.99 | 0 | 0.61 | 253.94 | 0.98 | 0.2 |
| Hex | 18 | 1 | 64 | 4C | 63 | 0 | 3D | FE | 62 | 14 |
| Octal | 30 | 1 | 144 | 114 | 143 | 0 | 75 | 376 | 142 | 24 |
| Binary | 11000 | 1 | 1100100 | 1001100 | 1100011 | 0 | 111101 | 11111110 | 1100010 | 10100 |
Color Harmonies of #180164
Complementary color
Monochromatic Colors of #180164
Black with #180164
Text Example
Text Example
White with #180164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180164; }
p { color: rgb(24,1,100); }
H1.HeaderClassName
{
color: #180164;
}
.AnyTagClassName
{
color: #180164;
}
</style>
background-color css
<style>
a { background-color: #180164; }
a { background-color: rgb(24,1,100); }
div.DivClassName
{
background-color: #180164;
}
.BgClassName
{
background-color: #180164;
}
</style>
border-color css
<style>
span { border-color: #180164; }
span { border-color: rgb(24,1,100); }
td.TdClassName
{
border-color: #180164;
}
.TagClassName
{
border-color: #180164;
}
</style>