Shades of Midnight Blue #120669
Tints of Midnight Blue #120669
RGB
CMYK
RGB Variations
Color information
#120669 (or 0x120669) is known color: Midnight Blue. HEX triplet: 12, 06 and 69. RGB value is (18,6,105). Sum of RGB (Red+Green+Blue) = 18+6+105=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #120669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120669 is #EDF996. Grayscale: #141414. Windows color (decimal): -15595927 or 6882834. OLE color: 6882834.
HSL color Cylindrical-coordinate representation of color #120669: hue angle of 247.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120669 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 6 | 105 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.59 |
| HSL | 247.27º | 0.89% | 0.22% | - |
| HSV(B) | 247.27º | 0.94% | 0.41% | - |
| XYZ | 2.86 | 1.28 | 13.46 | - |
| YUV | 20.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 105 | 0.83 | 0.94 | 0 | 0.59 | 247.27 | 0.89 | 0.22 |
| Hex | 12 | 6 | 69 | 53 | 5E | 0 | 3B | F7 | 59 | 16 |
| Octal | 22 | 6 | 151 | 123 | 136 | 0 | 73 | 367 | 131 | 26 |
| Binary | 10010 | 110 | 1101001 | 1010011 | 1011110 | 0 | 111011 | 11110111 | 1011001 | 10110 |
Color Harmonies of #120669
Complementary color
Monochromatic Colors of #120669
Black with #120669
Text Example
Text Example
White with #120669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120669; }
p { color: rgb(18,6,105); }
H1.HeaderClassName
{
color: #120669;
}
.AnyTagClassName
{
color: #120669;
}
</style>
background-color css
<style>
a { background-color: #120669; }
a { background-color: rgb(18,6,105); }
div.DivClassName
{
background-color: #120669;
}
.BgClassName
{
background-color: #120669;
}
</style>
border-color css
<style>
span { border-color: #120669; }
span { border-color: rgb(18,6,105); }
td.TdClassName
{
border-color: #120669;
}
.TagClassName
{
border-color: #120669;
}
</style>