Shades of Midnight Blue #180063
Tints of Midnight Blue #180063
RGB
CMYK
RGB Variations
Color information
#180063 (or 0x180063) is known color: Midnight Blue. HEX triplet: 18, 00 and 63. RGB value is (24,0,99). Sum of RGB (Red+Green+Blue) = 24+0+99=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #180063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180063 is #E7FF9C. Grayscale: #121212. Windows color (decimal): -15204253 or 6488088. OLE color: 6488088.
HSL color Cylindrical-coordinate representation of color #180063: hue angle of 254.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180063 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 0 | 99 | - |
| CMYK | 0.76 | 1 | 0 | 0.61 |
| HSL | 254.55º | 1% | 0.19% | - |
| HSV(B) | 254.55º | 1% | 0.39% | - |
| XYZ | 2.63 | 1.1 | 11.88 | - |
| YUV | 18.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 99 | 0.76 | 1 | 0 | 0.61 | 254.55 | 1 | 0.19 |
| Hex | 18 | 0 | 63 | 4C | 64 | 0 | 3D | FF | 64 | 13 |
| Octal | 30 | 0 | 143 | 114 | 144 | 0 | 75 | 377 | 144 | 23 |
| Binary | 11000 | 0 | 1100011 | 1001100 | 1100100 | 0 | 111101 | 11111111 | 1100100 | 10011 |
Color Harmonies of #180063
Complementary color
Monochromatic Colors of #180063
Black with #180063
Text Example
Text Example
White with #180063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180063; }
p { color: rgb(24,0,99); }
H1.HeaderClassName
{
color: #180063;
}
.AnyTagClassName
{
color: #180063;
}
</style>
background-color css
<style>
a { background-color: #180063; }
a { background-color: rgb(24,0,99); }
div.DivClassName
{
background-color: #180063;
}
.BgClassName
{
background-color: #180063;
}
</style>
border-color css
<style>
span { border-color: #180063; }
span { border-color: rgb(24,0,99); }
td.TdClassName
{
border-color: #180063;
}
.TagClassName
{
border-color: #180063;
}
</style>