Shades of Midnight Blue #181059
Tints of Midnight Blue #181059
RGB
CMYK
RGB Variations
Color information
#181059 (or 0x181059) is known color: Midnight Blue. HEX triplet: 18, 10 and 59. RGB value is (24,16,89). Sum of RGB (Red+Green+Blue) = 24+16+89=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #181059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181059 is #E7EFA6. Grayscale: #1A1A1A. Windows color (decimal): -15200167 or 5836824. OLE color: 5836824.
HSL color Cylindrical-coordinate representation of color #181059: hue angle of 246.58º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181059 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 16 | 89 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.65 |
| HSL | 246.58º | 0.7% | 0.21% | - |
| HSV(B) | 246.58º | 0.82% | 0.35% | - |
| XYZ | 2.37 | 1.29 | 9.57 | - |
| YUV | 26.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 89 | 0.73 | 0.82 | 0 | 0.65 | 246.58 | 0.7 | 0.21 |
| Hex | 18 | 10 | 59 | 49 | 52 | 0 | 41 | F7 | 46 | 15 |
| Octal | 30 | 20 | 131 | 111 | 122 | 0 | 101 | 367 | 106 | 25 |
| Binary | 11000 | 10000 | 1011001 | 1001001 | 1010010 | 0 | 1000001 | 11110111 | 1000110 | 10101 |
Color Harmonies of #181059
Complementary color
Monochromatic Colors of #181059
Black with #181059
Text Example
Text Example
White with #181059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181059; }
p { color: rgb(24,16,89); }
H1.HeaderClassName
{
color: #181059;
}
.AnyTagClassName
{
color: #181059;
}
</style>
background-color css
<style>
a { background-color: #181059; }
a { background-color: rgb(24,16,89); }
div.DivClassName
{
background-color: #181059;
}
.BgClassName
{
background-color: #181059;
}
</style>
border-color css
<style>
span { border-color: #181059; }
span { border-color: rgb(24,16,89); }
td.TdClassName
{
border-color: #181059;
}
.TagClassName
{
border-color: #181059;
}
</style>