Shades of Midnight #122643
Tints of Midnight #122643
RGB
CMYK
RGB Variations
Color information
#122643 (or 0x122643) is known color: Midnight. HEX triplet: 12, 26 and 43. RGB value is (18,38,67). Sum of RGB (Red+Green+Blue) = 18+38+67=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #122643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122643 is #EDD9BC. Grayscale: #232323. Windows color (decimal): -15587773 or 4400658. OLE color: 4400658.
HSL color Cylindrical-coordinate representation of color #122643: hue angle of 215.51º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122643 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 38 | 67 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.74 |
| HSL | 215.51º | 0.58% | 0.17% | - |
| HSV(B) | 215.51º | 0.73% | 0.26% | - |
| XYZ | 1.96 | 1.92 | 5.58 | - |
| YUV | 35.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 67 | 0.73 | 0.43 | 0 | 0.74 | 215.51 | 0.58 | 0.17 |
| Hex | 12 | 26 | 43 | 49 | 2B | 0 | 4A | D8 | 3A | 11 |
| Octal | 22 | 46 | 103 | 111 | 53 | 0 | 112 | 330 | 72 | 21 |
| Binary | 10010 | 100110 | 1000011 | 1001001 | 101011 | 0 | 1001010 | 11011000 | 111010 | 10001 |
Color Harmonies of #122643
Complementary color
Monochromatic Colors of #122643
Black with #122643
Text Example
Text Example
White with #122643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122643; }
p { color: rgb(18,38,67); }
H1.HeaderClassName
{
color: #122643;
}
.AnyTagClassName
{
color: #122643;
}
</style>
background-color css
<style>
a { background-color: #122643; }
a { background-color: rgb(18,38,67); }
div.DivClassName
{
background-color: #122643;
}
.BgClassName
{
background-color: #122643;
}
</style>
border-color css
<style>
span { border-color: #122643; }
span { border-color: rgb(18,38,67); }
td.TdClassName
{
border-color: #122643;
}
.TagClassName
{
border-color: #122643;
}
</style>