Shades of Midnight Blue #120365
Tints of Midnight Blue #120365
RGB
CMYK
RGB Variations
Color information
#120365 (or 0x120365) is known color: Midnight Blue. HEX triplet: 12, 03 and 65. RGB value is (18,3,101). Sum of RGB (Red+Green+Blue) = 18+3+101=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #120365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120365 is #EDFC9A. Grayscale: #121212. Windows color (decimal): -15596699 or 6619922. OLE color: 6619922.
HSL color Cylindrical-coordinate representation of color #120365: hue angle of 249.18º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120365 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 3 | 101 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.60 |
| HSL | 249.18º | 0.94% | 0.2% | - |
| HSV(B) | 249.18º | 0.97% | 0.4% | - |
| XYZ | 2.63 | 1.13 | 12.39 | - |
| YUV | 18.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 101 | 0.82 | 0.97 | 0 | 0.60 | 249.18 | 0.94 | 0.2 |
| Hex | 12 | 3 | 65 | 52 | 61 | 0 | 3C | F9 | 5E | 14 |
| Octal | 22 | 3 | 145 | 122 | 141 | 0 | 74 | 371 | 136 | 24 |
| Binary | 10010 | 11 | 1100101 | 1010010 | 1100001 | 0 | 111100 | 11111001 | 1011110 | 10100 |
Color Harmonies of #120365
Complementary color
Monochromatic Colors of #120365
Black with #120365
Text Example
Text Example
White with #120365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120365; }
p { color: rgb(18,3,101); }
H1.HeaderClassName
{
color: #120365;
}
.AnyTagClassName
{
color: #120365;
}
</style>
background-color css
<style>
a { background-color: #120365; }
a { background-color: rgb(18,3,101); }
div.DivClassName
{
background-color: #120365;
}
.BgClassName
{
background-color: #120365;
}
</style>
border-color css
<style>
span { border-color: #120365; }
span { border-color: rgb(18,3,101); }
td.TdClassName
{
border-color: #120365;
}
.TagClassName
{
border-color: #120365;
}
</style>