Shades of Midnight Blue #180864
Tints of Midnight Blue #180864
RGB
CMYK
RGB Variations
Color information
#180864 (or 0x180864) is known color: Midnight Blue. HEX triplet: 18, 08 and 64. RGB value is (24,8,100). Sum of RGB (Red+Green+Blue) = 24+8+100=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 100 (39.45% from 255 or 75.76% from 132); Max value from RGB is 100 - color contains mainly: blue. Hex color #180864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180864 is #E7F79B. Grayscale: #161616. Windows color (decimal): -15202204 or 6555672. OLE color: 6555672.
HSL color Cylindrical-coordinate representation of color #180864: hue angle of 250.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180864 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 8 | 100 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.61 |
| HSL | 250.43º | 0.85% | 0.21% | - |
| HSV(B) | 250.43º | 0.92% | 0.39% | - |
| XYZ | 2.76 | 1.29 | 12.16 | - |
| YUV | 23.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 100 | 0.76 | 0.92 | 0 | 0.61 | 250.43 | 0.85 | 0.21 |
| Hex | 18 | 8 | 64 | 4C | 5C | 0 | 3D | FA | 55 | 15 |
| Octal | 30 | 10 | 144 | 114 | 134 | 0 | 75 | 372 | 125 | 25 |
| Binary | 11000 | 1000 | 1100100 | 1001100 | 1011100 | 0 | 111101 | 11111010 | 1010101 | 10101 |
Color Harmonies of #180864
Complementary color
Monochromatic Colors of #180864
Black with #180864
Text Example
Text Example
White with #180864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180864; }
p { color: rgb(24,8,100); }
H1.HeaderClassName
{
color: #180864;
}
.AnyTagClassName
{
color: #180864;
}
</style>
background-color css
<style>
a { background-color: #180864; }
a { background-color: rgb(24,8,100); }
div.DivClassName
{
background-color: #180864;
}
.BgClassName
{
background-color: #180864;
}
</style>
border-color css
<style>
span { border-color: #180864; }
span { border-color: rgb(24,8,100); }
td.TdClassName
{
border-color: #180864;
}
.TagClassName
{
border-color: #180864;
}
</style>