Shades of Midnight #122645
Tints of Midnight #122645
RGB
CMYK
RGB Variations
Color information
#122645 (or 0x122645) is known color: Midnight. HEX triplet: 12, 26 and 45. RGB value is (18,38,69). Sum of RGB (Red+Green+Blue) = 18+38+69=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 69 (27.34% from 255 or 55.2% from 125); Max value from RGB is 69 - color contains mainly: blue. Hex color #122645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122645 is #EDD9BA. Grayscale: #232323. Windows color (decimal): -15587771 or 4531730. OLE color: 4531730.
HSL color Cylindrical-coordinate representation of color #122645: hue angle of 216.47º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122645 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 38 | 69 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.73 |
| HSL | 216.47º | 0.59% | 0.17% | - |
| HSV(B) | 216.47º | 0.74% | 0.27% | - |
| XYZ | 2.02 | 1.94 | 5.9 | - |
| YUV | 35.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 69 | 0.74 | 0.45 | 0 | 0.73 | 216.47 | 0.59 | 0.17 |
| Hex | 12 | 26 | 45 | 4A | 2D | 0 | 49 | D8 | 3B | 11 |
| Octal | 22 | 46 | 105 | 112 | 55 | 0 | 111 | 330 | 73 | 21 |
| Binary | 10010 | 100110 | 1000101 | 1001010 | 101101 | 0 | 1001001 | 11011000 | 111011 | 10001 |
Color Harmonies of #122645
Complementary color
Monochromatic Colors of #122645
Black with #122645
Text Example
Text Example
White with #122645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122645; }
p { color: rgb(18,38,69); }
H1.HeaderClassName
{
color: #122645;
}
.AnyTagClassName
{
color: #122645;
}
</style>
background-color css
<style>
a { background-color: #122645; }
a { background-color: rgb(18,38,69); }
div.DivClassName
{
background-color: #122645;
}
.BgClassName
{
background-color: #122645;
}
</style>
border-color css
<style>
span { border-color: #122645; }
span { border-color: rgb(18,38,69); }
td.TdClassName
{
border-color: #122645;
}
.TagClassName
{
border-color: #122645;
}
</style>