Shades of Midnight #122544
Tints of Midnight #122544
RGB
CMYK
RGB Variations
Color information
#122544 (or 0x122544) is known color: Midnight. HEX triplet: 12, 25 and 44. RGB value is (18,37,68). Sum of RGB (Red+Green+Blue) = 18+37+68=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #122544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122544 is #EDDABB. Grayscale: #222222. Windows color (decimal): -15588028 or 4465938. OLE color: 4465938.
HSL color Cylindrical-coordinate representation of color #122544: hue angle of 217.2º degrees, saturation: 0.58, 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 #122544 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 37 | 68 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.73 |
| HSL | 217.2º | 0.58% | 0.17% | - |
| HSV(B) | 217.2º | 0.74% | 0.27% | - |
| XYZ | 1.95 | 1.87 | 5.73 | - |
| YUV | 34.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 68 | 0.74 | 0.46 | 0 | 0.73 | 217.2 | 0.58 | 0.17 |
| Hex | 12 | 25 | 44 | 4A | 2E | 0 | 49 | D9 | 3A | 11 |
| Octal | 22 | 45 | 104 | 112 | 56 | 0 | 111 | 331 | 72 | 21 |
| Binary | 10010 | 100101 | 1000100 | 1001010 | 101110 | 0 | 1001001 | 11011001 | 111010 | 10001 |
Color Harmonies of #122544
Complementary color
Monochromatic Colors of #122544
Black with #122544
Text Example
Text Example
White with #122544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122544; }
p { color: rgb(18,37,68); }
H1.HeaderClassName
{
color: #122544;
}
.AnyTagClassName
{
color: #122544;
}
</style>
background-color css
<style>
a { background-color: #122544; }
a { background-color: rgb(18,37,68); }
div.DivClassName
{
background-color: #122544;
}
.BgClassName
{
background-color: #122544;
}
</style>
border-color css
<style>
span { border-color: #122544; }
span { border-color: rgb(18,37,68); }
td.TdClassName
{
border-color: #122544;
}
.TagClassName
{
border-color: #122544;
}
</style>