Shades of Midnight Blue #180B63
Tints of Midnight Blue #180B63
RGB
CMYK
RGB Variations
Color information
#180B63 (or 0x180B63) is known color: Midnight Blue. HEX triplet: 18, 0B and 63. RGB value is (24,11,99). Sum of RGB (Red+Green+Blue) = 24+11+99=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #180B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B63 is #E7F49C. Grayscale: #181818. Windows color (decimal): -15201437 or 6490904. OLE color: 6490904.
HSL color Cylindrical-coordinate representation of color #180B63: hue angle of 248.86º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180B63 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 11 | 99 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.61 |
| HSL | 248.86º | 0.8% | 0.22% | - |
| HSV(B) | 248.86º | 0.89% | 0.39% | - |
| XYZ | 2.75 | 1.33 | 11.92 | - |
| YUV | 24.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 99 | 0.76 | 0.89 | 0 | 0.61 | 248.86 | 0.8 | 0.22 |
| Hex | 18 | B | 63 | 4C | 59 | 0 | 3D | F9 | 50 | 16 |
| Octal | 30 | 13 | 143 | 114 | 131 | 0 | 75 | 371 | 120 | 26 |
| Binary | 11000 | 1011 | 1100011 | 1001100 | 1011001 | 0 | 111101 | 11111001 | 1010000 | 10110 |
Color Harmonies of #180B63
Complementary color
Monochromatic Colors of #180B63
Black with #180B63
Text Example
Text Example
White with #180B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B63; }
p { color: rgb(24,11,99); }
H1.HeaderClassName
{
color: #180B63;
}
.AnyTagClassName
{
color: #180B63;
}
</style>
background-color css
<style>
a { background-color: #180B63; }
a { background-color: rgb(24,11,99); }
div.DivClassName
{
background-color: #180B63;
}
.BgClassName
{
background-color: #180B63;
}
</style>
border-color css
<style>
span { border-color: #180B63; }
span { border-color: rgb(24,11,99); }
td.TdClassName
{
border-color: #180B63;
}
.TagClassName
{
border-color: #180B63;
}
</style>