Shades of Midnight #122649
Tints of Midnight #122649
RGB
CMYK
RGB Variations
Color information
#122649 (or 0x122649) is known color: Midnight. HEX triplet: 12, 26 and 49. RGB value is (18,38,73). Sum of RGB (Red+Green+Blue) = 18+38+73=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #122649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122649 is #EDD9B6. Grayscale: #232323. Windows color (decimal): -15587767 or 4793874. OLE color: 4793874.
HSL color Cylindrical-coordinate representation of color #122649: hue angle of 218.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122649 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 38 | 73 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.71 |
| HSL | 218.18º | 0.6% | 0.18% | - |
| HSV(B) | 218.18º | 0.75% | 0.29% | - |
| XYZ | 2.15 | 2 | 6.58 | - |
| YUV | 36.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 73 | 0.75 | 0.48 | 0 | 0.71 | 218.18 | 0.6 | 0.18 |
| Hex | 12 | 26 | 49 | 4B | 30 | 0 | 47 | DA | 3C | 12 |
| Octal | 22 | 46 | 111 | 113 | 60 | 0 | 107 | 332 | 74 | 22 |
| Binary | 10010 | 100110 | 1001001 | 1001011 | 110000 | 0 | 1000111 | 11011010 | 111100 | 10010 |
Color Harmonies of #122649
Complementary color
Monochromatic Colors of #122649
Black with #122649
Text Example
Text Example
White with #122649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122649; }
p { color: rgb(18,38,73); }
H1.HeaderClassName
{
color: #122649;
}
.AnyTagClassName
{
color: #122649;
}
</style>
background-color css
<style>
a { background-color: #122649; }
a { background-color: rgb(18,38,73); }
div.DivClassName
{
background-color: #122649;
}
.BgClassName
{
background-color: #122649;
}
</style>
border-color css
<style>
span { border-color: #122649; }
span { border-color: rgb(18,38,73); }
td.TdClassName
{
border-color: #122649;
}
.TagClassName
{
border-color: #122649;
}
</style>