Shades of Midnight Blue #120768
Tints of Midnight Blue #120768
RGB
CMYK
RGB Variations
Color information
#120768 (or 0x120768) is known color: Midnight Blue. HEX triplet: 12, 07 and 68. RGB value is (18,7,104). Sum of RGB (Red+Green+Blue) = 18+7+104=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #120768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120768 is #EDF897. Grayscale: #141414. Windows color (decimal): -15595672 or 6817554. OLE color: 6817554.
HSL color Cylindrical-coordinate representation of color #120768: hue angle of 246.8º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120768 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 7 | 104 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.59 |
| HSL | 246.8º | 0.87% | 0.22% | - |
| HSV(B) | 246.8º | 0.93% | 0.41% | - |
| XYZ | 2.82 | 1.28 | 13.19 | - |
| YUV | 21.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 104 | 0.83 | 0.93 | 0 | 0.59 | 246.8 | 0.87 | 0.22 |
| Hex | 12 | 7 | 68 | 53 | 5D | 0 | 3B | F7 | 57 | 16 |
| Octal | 22 | 7 | 150 | 123 | 135 | 0 | 73 | 367 | 127 | 26 |
| Binary | 10010 | 111 | 1101000 | 1010011 | 1011101 | 0 | 111011 | 11110111 | 1010111 | 10110 |
Color Harmonies of #120768
Complementary color
Monochromatic Colors of #120768
Black with #120768
Text Example
Text Example
White with #120768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120768; }
p { color: rgb(18,7,104); }
H1.HeaderClassName
{
color: #120768;
}
.AnyTagClassName
{
color: #120768;
}
</style>
background-color css
<style>
a { background-color: #120768; }
a { background-color: rgb(18,7,104); }
div.DivClassName
{
background-color: #120768;
}
.BgClassName
{
background-color: #120768;
}
</style>
border-color css
<style>
span { border-color: #120768; }
span { border-color: rgb(18,7,104); }
td.TdClassName
{
border-color: #120768;
}
.TagClassName
{
border-color: #120768;
}
</style>