Shades of Midnight Blue #120A69
Tints of Midnight Blue #120A69
RGB
CMYK
RGB Variations
Color information
#120A69 (or 0x120A69) is known color: Midnight Blue. HEX triplet: 12, 0A and 69. RGB value is (18,10,105). Sum of RGB (Red+Green+Blue) = 18+10+105=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #120A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A69 is #EDF596. Grayscale: #161616. Windows color (decimal): -15594903 or 6883858. OLE color: 6883858.
HSL color Cylindrical-coordinate representation of color #120A69: hue angle of 245.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120A69 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 10 | 105 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.59 |
| HSL | 245.05º | 0.83% | 0.23% | - |
| HSV(B) | 245.05º | 0.9% | 0.41% | - |
| XYZ | 2.91 | 1.37 | 13.47 | - |
| YUV | 23.22 | 174.15 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 105 | 0.83 | 0.90 | 0 | 0.59 | 245.05 | 0.83 | 0.23 |
| Hex | 12 | A | 69 | 53 | 5A | 0 | 3B | F5 | 53 | 17 |
| Octal | 22 | 12 | 151 | 123 | 132 | 0 | 73 | 365 | 123 | 27 |
| Binary | 10010 | 1010 | 1101001 | 1010011 | 1011010 | 0 | 111011 | 11110101 | 1010011 | 10111 |
Color Harmonies of #120A69
Complementary color
Monochromatic Colors of #120A69
Black with #120A69
Text Example
Text Example
White with #120A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A69; }
p { color: rgb(18,10,105); }
H1.HeaderClassName
{
color: #120A69;
}
.AnyTagClassName
{
color: #120A69;
}
</style>
background-color css
<style>
a { background-color: #120A69; }
a { background-color: rgb(18,10,105); }
div.DivClassName
{
background-color: #120A69;
}
.BgClassName
{
background-color: #120A69;
}
</style>
border-color css
<style>
span { border-color: #120A69; }
span { border-color: rgb(18,10,105); }
td.TdClassName
{
border-color: #120A69;
}
.TagClassName
{
border-color: #120A69;
}
</style>