Shades of Midnight Blue #120C58
Tints of Midnight Blue #120C58
RGB
CMYK
RGB Variations
Color information
#120C58 (or 0x120C58) is known color: Midnight Blue. HEX triplet: 12, 0C and 58. RGB value is (18,12,88). Sum of RGB (Red+Green+Blue) = 18+12+88=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #120C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C58 is #EDF3A7. Grayscale: #161616. Windows color (decimal): -15594408 or 5770258. OLE color: 5770258.
HSL color Cylindrical-coordinate representation of color #120C58: hue angle of 244.74º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120C58 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 12 | 88 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.65 |
| HSL | 244.74º | 0.76% | 0.2% | - |
| HSV(B) | 244.74º | 0.86% | 0.35% | - |
| XYZ | 2.14 | 1.1 | 9.33 | - |
| YUV | 22.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 88 | 0.80 | 0.86 | 0 | 0.65 | 244.74 | 0.76 | 0.2 |
| Hex | 12 | C | 58 | 50 | 56 | 0 | 41 | F5 | 4C | 14 |
| Octal | 22 | 14 | 130 | 120 | 126 | 0 | 101 | 365 | 114 | 24 |
| Binary | 10010 | 1100 | 1011000 | 1010000 | 1010110 | 0 | 1000001 | 11110101 | 1001100 | 10100 |
Color Harmonies of #120C58
Complementary color
Monochromatic Colors of #120C58
Black with #120C58
Text Example
Text Example
White with #120C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C58; }
p { color: rgb(18,12,88); }
H1.HeaderClassName
{
color: #120C58;
}
.AnyTagClassName
{
color: #120C58;
}
</style>
background-color css
<style>
a { background-color: #120C58; }
a { background-color: rgb(18,12,88); }
div.DivClassName
{
background-color: #120C58;
}
.BgClassName
{
background-color: #120C58;
}
</style>
border-color css
<style>
span { border-color: #120C58; }
span { border-color: rgb(18,12,88); }
td.TdClassName
{
border-color: #120C58;
}
.TagClassName
{
border-color: #120C58;
}
</style>