Shades of Midnight Blue #120351
Tints of Midnight Blue #120351
RGB
CMYK
RGB Variations
Color information
#120351 (or 0x120351) is known color: Midnight Blue. HEX triplet: 12, 03 and 51. RGB value is (18,3,81). Sum of RGB (Red+Green+Blue) = 18+3+81=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #120351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120351 is #EDFCAE. Grayscale: #101010. Windows color (decimal): -15596719 or 5309202. OLE color: 5309202.
HSL color Cylindrical-coordinate representation of color #120351: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120351 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 3 | 81 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.68 |
| HSL | 251.54º | 0.93% | 0.16% | - |
| HSV(B) | 251.54º | 0.96% | 0.32% | - |
| XYZ | 1.77 | 0.79 | 7.84 | - |
| YUV | 16.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 81 | 0.78 | 0.96 | 0 | 0.68 | 251.54 | 0.93 | 0.16 |
| Hex | 12 | 3 | 51 | 4E | 60 | 0 | 44 | FC | 5D | 10 |
| Octal | 22 | 3 | 121 | 116 | 140 | 0 | 104 | 374 | 135 | 20 |
| Binary | 10010 | 11 | 1010001 | 1001110 | 1100000 | 0 | 1000100 | 11111100 | 1011101 | 10000 |
Color Harmonies of #120351
Complementary color
Monochromatic Colors of #120351
Black with #120351
Text Example
Text Example
White with #120351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120351; }
p { color: rgb(18,3,81); }
H1.HeaderClassName
{
color: #120351;
}
.AnyTagClassName
{
color: #120351;
}
</style>
background-color css
<style>
a { background-color: #120351; }
a { background-color: rgb(18,3,81); }
div.DivClassName
{
background-color: #120351;
}
.BgClassName
{
background-color: #120351;
}
</style>
border-color css
<style>
span { border-color: #120351; }
span { border-color: rgb(18,3,81); }
td.TdClassName
{
border-color: #120351;
}
.TagClassName
{
border-color: #120351;
}
</style>