Shades of Midnight Blue #120673
Tints of Midnight Blue #120673
RGB
CMYK
RGB Variations
Color information
#120673 (or 0x120673) is known color: Midnight Blue. HEX triplet: 12, 06 and 73. RGB value is (18,6,115). Sum of RGB (Red+Green+Blue) = 18+6+115=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #120673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120673 is #EDF98C. Grayscale: #151515. Windows color (decimal): -15595917 or 7538194. OLE color: 7538194.
HSL color Cylindrical-coordinate representation of color #120673: hue angle of 246.61º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120673 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 6 | 115 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.55 |
| HSL | 246.61º | 0.9% | 0.24% | - |
| HSV(B) | 246.61º | 0.95% | 0.45% | - |
| XYZ | 3.41 | 1.5 | 16.33 | - |
| YUV | 22.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 115 | 0.84 | 0.95 | 0 | 0.55 | 246.61 | 0.9 | 0.24 |
| Hex | 12 | 6 | 73 | 54 | 5F | 0 | 37 | F7 | 5A | 18 |
| Octal | 22 | 6 | 163 | 124 | 137 | 0 | 67 | 367 | 132 | 30 |
| Binary | 10010 | 110 | 1110011 | 1010100 | 1011111 | 0 | 110111 | 11110111 | 1011010 | 11000 |
Color Harmonies of #120673
Complementary color
Monochromatic Colors of #120673
Black with #120673
Text Example
Text Example
White with #120673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120673; }
p { color: rgb(18,6,115); }
H1.HeaderClassName
{
color: #120673;
}
.AnyTagClassName
{
color: #120673;
}
</style>
background-color css
<style>
a { background-color: #120673; }
a { background-color: rgb(18,6,115); }
div.DivClassName
{
background-color: #120673;
}
.BgClassName
{
background-color: #120673;
}
</style>
border-color css
<style>
span { border-color: #120673; }
span { border-color: rgb(18,6,115); }
td.TdClassName
{
border-color: #120673;
}
.TagClassName
{
border-color: #120673;
}
</style>