Shades of Midnight Blue #120B7B
Tints of Midnight Blue #120B7B
RGB
CMYK
RGB Variations
Color information
#120B7B (or 0x120B7B) is known color: Midnight Blue. HEX triplet: 12, 0B and 7B. RGB value is (18,11,123). Sum of RGB (Red+Green+Blue) = 18+11+123=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #120B7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120B7B is #EDF484. Grayscale: #191919. Windows color (decimal): -15594629 or 8063762. OLE color: 8063762.
HSL color Cylindrical-coordinate representation of color #120B7B: hue angle of 243.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120B7B is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 11 | 123 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.52 |
| HSL | 243.75º | 0.84% | 0.26% | - |
| HSV(B) | 243.75º | 0.91% | 0.48% | - |
| XYZ | 3.94 | 1.8 | 18.88 | - |
| YUV | 25.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 123 | 0.85 | 0.91 | 0 | 0.52 | 243.75 | 0.84 | 0.26 |
| Hex | 12 | B | 7B | 55 | 5B | 0 | 34 | F4 | 54 | 1A |
| Octal | 22 | 13 | 173 | 125 | 133 | 0 | 64 | 364 | 124 | 32 |
| Binary | 10010 | 1011 | 1111011 | 1010101 | 1011011 | 0 | 110100 | 11110100 | 1010100 | 11010 |
Color Harmonies of #120B7B
Complementary color
Monochromatic Colors of #120B7B
Black with #120B7B
Text Example
Text Example
White with #120B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B7B; }
p { color: rgb(18,11,123); }
H1.HeaderClassName
{
color: #120B7B;
}
.AnyTagClassName
{
color: #120B7B;
}
</style>
background-color css
<style>
a { background-color: #120B7B; }
a { background-color: rgb(18,11,123); }
div.DivClassName
{
background-color: #120B7B;
}
.BgClassName
{
background-color: #120B7B;
}
</style>
border-color css
<style>
span { border-color: #120B7B; }
span { border-color: rgb(18,11,123); }
td.TdClassName
{
border-color: #120B7B;
}
.TagClassName
{
border-color: #120B7B;
}
</style>