Shades of Midnight Blue #180D59
Tints of Midnight Blue #180D59
RGB
CMYK
RGB Variations
Color information
#180D59 (or 0x180D59) is known color: Midnight Blue. HEX triplet: 18, 0D and 59. RGB value is (24,13,89). Sum of RGB (Red+Green+Blue) = 24+13+89=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #180D59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D59 is #E7F2A6. Grayscale: #181818. Windows color (decimal): -15200935 or 5836056. OLE color: 5836056.
HSL color Cylindrical-coordinate representation of color #180D59: hue angle of 248.68º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180D59 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 13 | 89 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.65 |
| HSL | 248.68º | 0.75% | 0.2% | - |
| HSV(B) | 248.68º | 0.85% | 0.35% | - |
| XYZ | 2.32 | 1.2 | 9.56 | - |
| YUV | 24.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 89 | 0.73 | 0.85 | 0 | 0.65 | 248.68 | 0.75 | 0.2 |
| Hex | 18 | D | 59 | 49 | 55 | 0 | 41 | F9 | 4B | 14 |
| Octal | 30 | 15 | 131 | 111 | 125 | 0 | 101 | 371 | 113 | 24 |
| Binary | 11000 | 1101 | 1011001 | 1001001 | 1010101 | 0 | 1000001 | 11111001 | 1001011 | 10100 |
Color Harmonies of #180D59
Complementary color
Monochromatic Colors of #180D59
Black with #180D59
Text Example
Text Example
White with #180D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D59; }
p { color: rgb(24,13,89); }
H1.HeaderClassName
{
color: #180D59;
}
.AnyTagClassName
{
color: #180D59;
}
</style>
background-color css
<style>
a { background-color: #180D59; }
a { background-color: rgb(24,13,89); }
div.DivClassName
{
background-color: #180D59;
}
.BgClassName
{
background-color: #180D59;
}
</style>
border-color css
<style>
span { border-color: #180D59; }
span { border-color: rgb(24,13,89); }
td.TdClassName
{
border-color: #180D59;
}
.TagClassName
{
border-color: #180D59;
}
</style>