Shades of Midnight Blue #120472
Tints of Midnight Blue #120472
RGB
CMYK
RGB Variations
Color information
#120472 (or 0x120472) is known color: Midnight Blue. HEX triplet: 12, 04 and 72. RGB value is (18,4,114). Sum of RGB (Red+Green+Blue) = 18+4+114=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #120472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120472 is #EDFB8D. Grayscale: #141414. Windows color (decimal): -15596430 or 7472146. OLE color: 7472146.
HSL color Cylindrical-coordinate representation of color #120472: hue angle of 247.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120472 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 4 | 114 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.55 |
| HSL | 247.64º | 0.93% | 0.23% | - |
| HSV(B) | 247.64º | 0.96% | 0.45% | - |
| XYZ | 3.33 | 1.43 | 16.02 | - |
| YUV | 20.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 114 | 0.84 | 0.96 | 0 | 0.55 | 247.64 | 0.93 | 0.23 |
| Hex | 12 | 4 | 72 | 54 | 60 | 0 | 37 | F8 | 5D | 17 |
| Octal | 22 | 4 | 162 | 124 | 140 | 0 | 67 | 370 | 135 | 27 |
| Binary | 10010 | 100 | 1110010 | 1010100 | 1100000 | 0 | 110111 | 11111000 | 1011101 | 10111 |
Color Harmonies of #120472
Complementary color
Monochromatic Colors of #120472
Black with #120472
Text Example
Text Example
White with #120472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120472; }
p { color: rgb(18,4,114); }
H1.HeaderClassName
{
color: #120472;
}
.AnyTagClassName
{
color: #120472;
}
</style>
background-color css
<style>
a { background-color: #120472; }
a { background-color: rgb(18,4,114); }
div.DivClassName
{
background-color: #120472;
}
.BgClassName
{
background-color: #120472;
}
</style>
border-color css
<style>
span { border-color: #120472; }
span { border-color: rgb(18,4,114); }
td.TdClassName
{
border-color: #120472;
}
.TagClassName
{
border-color: #120472;
}
</style>