Shades of Midnight Blue #180356
Tints of Midnight Blue #180356
RGB
CMYK
RGB Variations
Color information
#180356 (or 0x180356) is known color: Midnight Blue. HEX triplet: 18, 03 and 56. RGB value is (24,3,86). Sum of RGB (Red+Green+Blue) = 24+3+86=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #180356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180356 is #E7FCA9. Grayscale: #121212. Windows color (decimal): -15203498 or 5636888. OLE color: 5636888.
HSL color Cylindrical-coordinate representation of color #180356: hue angle of 255.18º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180356 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 3 | 86 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.66 |
| HSL | 255.18º | 0.93% | 0.17% | - |
| HSV(B) | 255.18º | 0.97% | 0.34% | - |
| XYZ | 2.09 | 0.93 | 8.87 | - |
| YUV | 18.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 86 | 0.72 | 0.97 | 0 | 0.66 | 255.18 | 0.93 | 0.17 |
| Hex | 18 | 3 | 56 | 48 | 61 | 0 | 42 | FF | 5D | 11 |
| Octal | 30 | 3 | 126 | 110 | 141 | 0 | 102 | 377 | 135 | 21 |
| Binary | 11000 | 11 | 1010110 | 1001000 | 1100001 | 0 | 1000010 | 11111111 | 1011101 | 10001 |
Color Harmonies of #180356
Complementary color
Monochromatic Colors of #180356
Black with #180356
Text Example
Text Example
White with #180356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180356; }
p { color: rgb(24,3,86); }
H1.HeaderClassName
{
color: #180356;
}
.AnyTagClassName
{
color: #180356;
}
</style>
background-color css
<style>
a { background-color: #180356; }
a { background-color: rgb(24,3,86); }
div.DivClassName
{
background-color: #180356;
}
.BgClassName
{
background-color: #180356;
}
</style>
border-color css
<style>
span { border-color: #180356; }
span { border-color: rgb(24,3,86); }
td.TdClassName
{
border-color: #180356;
}
.TagClassName
{
border-color: #180356;
}
</style>