Shades of Midnight Blue #120360
Tints of Midnight Blue #120360
RGB
CMYK
RGB Variations
Color information
#120360 (or 0x120360) is known color: Midnight Blue. HEX triplet: 12, 03 and 60. RGB value is (18,3,96). Sum of RGB (Red+Green+Blue) = 18+3+96=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #120360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120360 is #EDFC9F. Grayscale: #111111. Windows color (decimal): -15596704 or 6292242. OLE color: 6292242.
HSL color Cylindrical-coordinate representation of color #120360: hue angle of 249.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120360 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 3 | 96 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.62 |
| HSL | 249.68º | 0.94% | 0.19% | - |
| HSV(B) | 249.68º | 0.97% | 0.38% | - |
| XYZ | 2.39 | 1.04 | 11.14 | - |
| YUV | 18.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 96 | 0.81 | 0.97 | 0 | 0.62 | 249.68 | 0.94 | 0.19 |
| Hex | 12 | 3 | 60 | 51 | 61 | 0 | 3E | FA | 5E | 13 |
| Octal | 22 | 3 | 140 | 121 | 141 | 0 | 76 | 372 | 136 | 23 |
| Binary | 10010 | 11 | 1100000 | 1010001 | 1100001 | 0 | 111110 | 11111010 | 1011110 | 10011 |
Color Harmonies of #120360
Complementary color
Monochromatic Colors of #120360
Black with #120360
Text Example
Text Example
White with #120360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120360; }
p { color: rgb(18,3,96); }
H1.HeaderClassName
{
color: #120360;
}
.AnyTagClassName
{
color: #120360;
}
</style>
background-color css
<style>
a { background-color: #120360; }
a { background-color: rgb(18,3,96); }
div.DivClassName
{
background-color: #120360;
}
.BgClassName
{
background-color: #120360;
}
</style>
border-color css
<style>
span { border-color: #120360; }
span { border-color: rgb(18,3,96); }
td.TdClassName
{
border-color: #120360;
}
.TagClassName
{
border-color: #120360;
}
</style>