Shades of Midnight Blue #180758
Tints of Midnight Blue #180758
RGB
CMYK
RGB Variations
Color information
#180758 (or 0x180758) is known color: Midnight Blue. HEX triplet: 18, 07 and 58. RGB value is (24,7,88). Sum of RGB (Red+Green+Blue) = 24+7+88=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #180758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180758 is #E7F8A7. Grayscale: #151515. Windows color (decimal): -15202472 or 5768984. OLE color: 5768984.
HSL color Cylindrical-coordinate representation of color #180758: hue angle of 252.59º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180758 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 7 | 88 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.65 |
| HSL | 252.59º | 0.85% | 0.19% | - |
| HSV(B) | 252.59º | 0.92% | 0.35% | - |
| XYZ | 2.21 | 1.05 | 9.32 | - |
| YUV | 21.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 88 | 0.73 | 0.92 | 0 | 0.65 | 252.59 | 0.85 | 0.19 |
| Hex | 18 | 7 | 58 | 49 | 5C | 0 | 41 | FD | 55 | 13 |
| Octal | 30 | 7 | 130 | 111 | 134 | 0 | 101 | 375 | 125 | 23 |
| Binary | 11000 | 111 | 1011000 | 1001001 | 1011100 | 0 | 1000001 | 11111101 | 1010101 | 10011 |
Color Harmonies of #180758
Complementary color
Monochromatic Colors of #180758
Black with #180758
Text Example
Text Example
White with #180758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180758; }
p { color: rgb(24,7,88); }
H1.HeaderClassName
{
color: #180758;
}
.AnyTagClassName
{
color: #180758;
}
</style>
background-color css
<style>
a { background-color: #180758; }
a { background-color: rgb(24,7,88); }
div.DivClassName
{
background-color: #180758;
}
.BgClassName
{
background-color: #180758;
}
</style>
border-color css
<style>
span { border-color: #180758; }
span { border-color: rgb(24,7,88); }
td.TdClassName
{
border-color: #180758;
}
.TagClassName
{
border-color: #180758;
}
</style>