Shades of Midnight #122543
Tints of Midnight #122543
RGB
CMYK
RGB Variations
Color information
#122543 (or 0x122543) is known color: Midnight. HEX triplet: 12, 25 and 43. RGB value is (18,37,67). Sum of RGB (Red+Green+Blue) = 18+37+67=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #122543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122543 is #EDDABC. Grayscale: #222222. Windows color (decimal): -15588029 or 4400402. OLE color: 4400402.
HSL color Cylindrical-coordinate representation of color #122543: hue angle of 216.73º 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 #122543 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 37 | 67 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.74 |
| HSL | 216.73º | 0.58% | 0.17% | - |
| HSV(B) | 216.73º | 0.73% | 0.26% | - |
| XYZ | 1.92 | 1.86 | 5.57 | - |
| YUV | 34.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 67 | 0.73 | 0.45 | 0 | 0.74 | 216.73 | 0.58 | 0.17 |
| Hex | 12 | 25 | 43 | 49 | 2D | 0 | 4A | D9 | 3A | 11 |
| Octal | 22 | 45 | 103 | 111 | 55 | 0 | 112 | 331 | 72 | 21 |
| Binary | 10010 | 100101 | 1000011 | 1001001 | 101101 | 0 | 1001010 | 11011001 | 111010 | 10001 |
Color Harmonies of #122543
Complementary color
Monochromatic Colors of #122543
Black with #122543
Text Example
Text Example
White with #122543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122543; }
p { color: rgb(18,37,67); }
H1.HeaderClassName
{
color: #122543;
}
.AnyTagClassName
{
color: #122543;
}
</style>
background-color css
<style>
a { background-color: #122543; }
a { background-color: rgb(18,37,67); }
div.DivClassName
{
background-color: #122543;
}
.BgClassName
{
background-color: #122543;
}
</style>
border-color css
<style>
span { border-color: #122543; }
span { border-color: rgb(18,37,67); }
td.TdClassName
{
border-color: #122543;
}
.TagClassName
{
border-color: #122543;
}
</style>