Shades of Midnight Blue #120561
Tints of Midnight Blue #120561
RGB
CMYK
RGB Variations
Color information
#120561 (or 0x120561) is known color: Midnight Blue. HEX triplet: 12, 05 and 61. RGB value is (18,5,97). Sum of RGB (Red+Green+Blue) = 18+5+97=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #120561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120561 is #EDFA9E. Grayscale: #131313. Windows color (decimal): -15596191 or 6358290. OLE color: 6358290.
HSL color Cylindrical-coordinate representation of color #120561: hue angle of 248.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120561 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 5 | 97 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.62 |
| HSL | 248.48º | 0.9% | 0.2% | - |
| HSV(B) | 248.48º | 0.95% | 0.38% | - |
| XYZ | 2.46 | 1.1 | 11.39 | - |
| YUV | 19.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 97 | 0.81 | 0.95 | 0 | 0.62 | 248.48 | 0.9 | 0.2 |
| Hex | 12 | 5 | 61 | 51 | 5F | 0 | 3E | F8 | 5A | 14 |
| Octal | 22 | 5 | 141 | 121 | 137 | 0 | 76 | 370 | 132 | 24 |
| Binary | 10010 | 101 | 1100001 | 1010001 | 1011111 | 0 | 111110 | 11111000 | 1011010 | 10100 |
Color Harmonies of #120561
Complementary color
Monochromatic Colors of #120561
Black with #120561
Text Example
Text Example
White with #120561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120561; }
p { color: rgb(18,5,97); }
H1.HeaderClassName
{
color: #120561;
}
.AnyTagClassName
{
color: #120561;
}
</style>
background-color css
<style>
a { background-color: #120561; }
a { background-color: rgb(18,5,97); }
div.DivClassName
{
background-color: #120561;
}
.BgClassName
{
background-color: #120561;
}
</style>
border-color css
<style>
span { border-color: #120561; }
span { border-color: rgb(18,5,97); }
td.TdClassName
{
border-color: #120561;
}
.TagClassName
{
border-color: #120561;
}
</style>