Shades of Midnight Blue #180564
Tints of Midnight Blue #180564
RGB
CMYK
RGB Variations
Color information
#180564 (or 0x180564) is known color: Midnight Blue. HEX triplet: 18, 05 and 64. RGB value is (24,5,100). Sum of RGB (Red+Green+Blue) = 24+5+100=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #180564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180564 is #E7FA9B. Grayscale: #151515. Windows color (decimal): -15202972 or 6554904. OLE color: 6554904.
HSL color Cylindrical-coordinate representation of color #180564: hue angle of 252º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180564 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 5 | 100 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.61 |
| HSL | 252º | 0.9% | 0.21% | - |
| HSV(B) | 252º | 0.95% | 0.39% | - |
| XYZ | 2.73 | 1.22 | 12.15 | - |
| YUV | 21.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 100 | 0.76 | 0.95 | 0 | 0.61 | 252 | 0.9 | 0.21 |
| Hex | 18 | 5 | 64 | 4C | 5F | 0 | 3D | FC | 5A | 15 |
| Octal | 30 | 5 | 144 | 114 | 137 | 0 | 75 | 374 | 132 | 25 |
| Binary | 11000 | 101 | 1100100 | 1001100 | 1011111 | 0 | 111101 | 11111100 | 1011010 | 10101 |
Color Harmonies of #180564
Complementary color
Monochromatic Colors of #180564
Black with #180564
Text Example
Text Example
White with #180564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180564; }
p { color: rgb(24,5,100); }
H1.HeaderClassName
{
color: #180564;
}
.AnyTagClassName
{
color: #180564;
}
</style>
background-color css
<style>
a { background-color: #180564; }
a { background-color: rgb(24,5,100); }
div.DivClassName
{
background-color: #180564;
}
.BgClassName
{
background-color: #180564;
}
</style>
border-color css
<style>
span { border-color: #180564; }
span { border-color: rgb(24,5,100); }
td.TdClassName
{
border-color: #180564;
}
.TagClassName
{
border-color: #180564;
}
</style>