Shades of Midnight Blue #180058
Tints of Midnight Blue #180058
RGB
CMYK
RGB Variations
Color information
#180058 (or 0x180058) is known color: Midnight Blue. HEX triplet: 18, 00 and 58. RGB value is (24,0,88). Sum of RGB (Red+Green+Blue) = 24+0+88=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #180058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180058 is #E7FFA7. Grayscale: #101010. Windows color (decimal): -15204264 or 5767192. OLE color: 5767192.
HSL color Cylindrical-coordinate representation of color #180058: hue angle of 256.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180058 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 0 | 88 | - |
| CMYK | 0.73 | 1 | 0 | 0.65 |
| HSL | 256.36º | 1% | 0.17% | - |
| HSV(B) | 256.36º | 1% | 0.35% | - |
| XYZ | 2.14 | 0.9 | 9.29 | - |
| YUV | 17.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 88 | 0.73 | 1 | 0 | 0.65 | 256.36 | 1 | 0.17 |
| Hex | 18 | 0 | 58 | 49 | 64 | 0 | 41 | 100 | 64 | 11 |
| Octal | 30 | 0 | 130 | 111 | 144 | 0 | 101 | 400 | 144 | 21 |
| Binary | 11000 | 0 | 1011000 | 1001001 | 1100100 | 0 | 1000001 | 100000000 | 1100100 | 10001 |
Color Harmonies of #180058
Complementary color
Monochromatic Colors of #180058
Black with #180058
Text Example
Text Example
White with #180058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180058; }
p { color: rgb(24,0,88); }
H1.HeaderClassName
{
color: #180058;
}
.AnyTagClassName
{
color: #180058;
}
</style>
background-color css
<style>
a { background-color: #180058; }
a { background-color: rgb(24,0,88); }
div.DivClassName
{
background-color: #180058;
}
.BgClassName
{
background-color: #180058;
}
</style>
border-color css
<style>
span { border-color: #180058; }
span { border-color: rgb(24,0,88); }
td.TdClassName
{
border-color: #180058;
}
.TagClassName
{
border-color: #180058;
}
</style>