Shades of Midnight Blue #180D58
Tints of Midnight Blue #180D58
RGB
CMYK
RGB Variations
Color information
#180D58 (or 0x180D58) is known color: Midnight Blue. HEX triplet: 18, 0D and 58. RGB value is (24,13,88). Sum of RGB (Red+Green+Blue) = 24+13+88=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #180D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D58 is #E7F2A7. Grayscale: #181818. Windows color (decimal): -15200936 or 5770520. OLE color: 5770520.
HSL color Cylindrical-coordinate representation of color #180D58: hue angle of 248.8º degrees, saturation: 0.74, 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 #180D58 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 13 | 88 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.65 |
| HSL | 248.8º | 0.74% | 0.2% | - |
| HSV(B) | 248.8º | 0.85% | 0.35% | - |
| XYZ | 2.28 | 1.19 | 9.34 | - |
| YUV | 24.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 88 | 0.73 | 0.85 | 0 | 0.65 | 248.8 | 0.74 | 0.2 |
| Hex | 18 | D | 58 | 49 | 55 | 0 | 41 | F9 | 4A | 14 |
| Octal | 30 | 15 | 130 | 111 | 125 | 0 | 101 | 371 | 112 | 24 |
| Binary | 11000 | 1101 | 1011000 | 1001001 | 1010101 | 0 | 1000001 | 11111001 | 1001010 | 10100 |
Color Harmonies of #180D58
Complementary color
Monochromatic Colors of #180D58
Black with #180D58
Text Example
Text Example
White with #180D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D58; }
p { color: rgb(24,13,88); }
H1.HeaderClassName
{
color: #180D58;
}
.AnyTagClassName
{
color: #180D58;
}
</style>
background-color css
<style>
a { background-color: #180D58; }
a { background-color: rgb(24,13,88); }
div.DivClassName
{
background-color: #180D58;
}
.BgClassName
{
background-color: #180D58;
}
</style>
border-color css
<style>
span { border-color: #180D58; }
span { border-color: rgb(24,13,88); }
td.TdClassName
{
border-color: #180D58;
}
.TagClassName
{
border-color: #180D58;
}
</style>