Shades of Midnight Blue #180E61
Tints of Midnight Blue #180E61
RGB
CMYK
RGB Variations
Color information
#180E61 (or 0x180E61) is known color: Midnight Blue. HEX triplet: 18, 0E and 61. RGB value is (24,14,97). Sum of RGB (Red+Green+Blue) = 24+14+97=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #180E61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E61 is #E7F19E. Grayscale: #1A1A1A. Windows color (decimal): -15200671 or 6360600. OLE color: 6360600.
HSL color Cylindrical-coordinate representation of color #180E61: hue angle of 247.23º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180E61 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 14 | 97 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.62 |
| HSL | 247.23º | 0.75% | 0.22% | - |
| HSV(B) | 247.23º | 0.86% | 0.38% | - |
| XYZ | 2.69 | 1.37 | 11.43 | - |
| YUV | 26.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 97 | 0.75 | 0.86 | 0 | 0.62 | 247.23 | 0.75 | 0.22 |
| Hex | 18 | E | 61 | 4B | 56 | 0 | 3E | F7 | 4B | 16 |
| Octal | 30 | 16 | 141 | 113 | 126 | 0 | 76 | 367 | 113 | 26 |
| Binary | 11000 | 1110 | 1100001 | 1001011 | 1010110 | 0 | 111110 | 11110111 | 1001011 | 10110 |
Color Harmonies of #180E61
Complementary color
Monochromatic Colors of #180E61
Black with #180E61
Text Example
Text Example
White with #180E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E61; }
p { color: rgb(24,14,97); }
H1.HeaderClassName
{
color: #180E61;
}
.AnyTagClassName
{
color: #180E61;
}
</style>
background-color css
<style>
a { background-color: #180E61; }
a { background-color: rgb(24,14,97); }
div.DivClassName
{
background-color: #180E61;
}
.BgClassName
{
background-color: #180E61;
}
</style>
border-color css
<style>
span { border-color: #180E61; }
span { border-color: rgb(24,14,97); }
td.TdClassName
{
border-color: #180E61;
}
.TagClassName
{
border-color: #180E61;
}
</style>