Shades of Midnight #122745
Tints of Midnight #122745
RGB
CMYK
RGB Variations
Color information
#122745 (or 0x122745) is known color: Midnight. HEX triplet: 12, 27 and 45. RGB value is (18,39,69). Sum of RGB (Red+Green+Blue) = 18+39+69=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #122745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122745 is #EDD8BA. Grayscale: #242424. Windows color (decimal): -15587515 or 4531986. OLE color: 4531986.
HSL color Cylindrical-coordinate representation of color #122745: hue angle of 215.29º 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 #122745 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 39 | 69 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.73 |
| HSL | 215.29º | 0.59% | 0.17% | - |
| HSV(B) | 215.29º | 0.74% | 0.27% | - |
| XYZ | 2.05 | 2.01 | 5.91 | - |
| YUV | 36.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 69 | 0.74 | 0.43 | 0 | 0.73 | 215.29 | 0.59 | 0.17 |
| Hex | 12 | 27 | 45 | 4A | 2B | 0 | 49 | D7 | 3B | 11 |
| Octal | 22 | 47 | 105 | 112 | 53 | 0 | 111 | 327 | 73 | 21 |
| Binary | 10010 | 100111 | 1000101 | 1001010 | 101011 | 0 | 1001001 | 11010111 | 111011 | 10001 |
Color Harmonies of #122745
Complementary color
Monochromatic Colors of #122745
Black with #122745
Text Example
Text Example
White with #122745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122745; }
p { color: rgb(18,39,69); }
H1.HeaderClassName
{
color: #122745;
}
.AnyTagClassName
{
color: #122745;
}
</style>
background-color css
<style>
a { background-color: #122745; }
a { background-color: rgb(18,39,69); }
div.DivClassName
{
background-color: #122745;
}
.BgClassName
{
background-color: #122745;
}
</style>
border-color css
<style>
span { border-color: #122745; }
span { border-color: rgb(18,39,69); }
td.TdClassName
{
border-color: #122745;
}
.TagClassName
{
border-color: #122745;
}
</style>