Shades of Midnight Blue #180C63
Tints of Midnight Blue #180C63
RGB
CMYK
RGB Variations
Color information
#180C63 (or 0x180C63) is known color: Midnight Blue. HEX triplet: 18, 0C and 63. RGB value is (24,12,99). Sum of RGB (Red+Green+Blue) = 24+12+99=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #180C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C63 is #E7F39C. Grayscale: #191919. Windows color (decimal): -15201181 or 6491160. OLE color: 6491160.
HSL color Cylindrical-coordinate representation of color #180C63: hue angle of 248.28º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180C63 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 12 | 99 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.61 |
| HSL | 248.28º | 0.78% | 0.22% | - |
| HSV(B) | 248.28º | 0.88% | 0.39% | - |
| XYZ | 2.76 | 1.36 | 11.92 | - |
| YUV | 25.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 99 | 0.76 | 0.88 | 0 | 0.61 | 248.28 | 0.78 | 0.22 |
| Hex | 18 | C | 63 | 4C | 58 | 0 | 3D | F8 | 4E | 16 |
| Octal | 30 | 14 | 143 | 114 | 130 | 0 | 75 | 370 | 116 | 26 |
| Binary | 11000 | 1100 | 1100011 | 1001100 | 1011000 | 0 | 111101 | 11111000 | 1001110 | 10110 |
Color Harmonies of #180C63
Complementary color
Monochromatic Colors of #180C63
Black with #180C63
Text Example
Text Example
White with #180C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C63; }
p { color: rgb(24,12,99); }
H1.HeaderClassName
{
color: #180C63;
}
.AnyTagClassName
{
color: #180C63;
}
</style>
background-color css
<style>
a { background-color: #180C63; }
a { background-color: rgb(24,12,99); }
div.DivClassName
{
background-color: #180C63;
}
.BgClassName
{
background-color: #180C63;
}
</style>
border-color css
<style>
span { border-color: #180C63; }
span { border-color: rgb(24,12,99); }
td.TdClassName
{
border-color: #180C63;
}
.TagClassName
{
border-color: #180C63;
}
</style>