Shades of Midnight Blue #180473
Tints of Midnight Blue #180473
RGB
CMYK
RGB Variations
Color information
#180473 (or 0x180473) is known color: Midnight Blue. HEX triplet: 18, 04 and 73. RGB value is (24,4,115). Sum of RGB (Red+Green+Blue) = 24+4+115=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #180473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180473 is #E7FB8C. Grayscale: #161616. Windows color (decimal): -15203213 or 7537688. OLE color: 7537688.
HSL color Cylindrical-coordinate representation of color #180473: hue angle of 250.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180473 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 4 | 115 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.55 |
| HSL | 250.81º | 0.93% | 0.23% | - |
| HSV(B) | 250.81º | 0.97% | 0.45% | - |
| XYZ | 3.51 | 1.52 | 16.33 | - |
| YUV | 22.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 115 | 0.79 | 0.97 | 0 | 0.55 | 250.81 | 0.93 | 0.23 |
| Hex | 18 | 4 | 73 | 4F | 61 | 0 | 37 | FB | 5D | 17 |
| Octal | 30 | 4 | 163 | 117 | 141 | 0 | 67 | 373 | 135 | 27 |
| Binary | 11000 | 100 | 1110011 | 1001111 | 1100001 | 0 | 110111 | 11111011 | 1011101 | 10111 |
Color Harmonies of #180473
Complementary color
Monochromatic Colors of #180473
Black with #180473
Text Example
Text Example
White with #180473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180473; }
p { color: rgb(24,4,115); }
H1.HeaderClassName
{
color: #180473;
}
.AnyTagClassName
{
color: #180473;
}
</style>
background-color css
<style>
a { background-color: #180473; }
a { background-color: rgb(24,4,115); }
div.DivClassName
{
background-color: #180473;
}
.BgClassName
{
background-color: #180473;
}
</style>
border-color css
<style>
span { border-color: #180473; }
span { border-color: rgb(24,4,115); }
td.TdClassName
{
border-color: #180473;
}
.TagClassName
{
border-color: #180473;
}
</style>