Shades of Midnight #122B50
Tints of Midnight #122B50
RGB
CMYK
RGB Variations
Color information
#122B50 (or 0x122B50) is known color: Midnight. HEX triplet: 12, 2B and 50. RGB value is (18,43,80). Sum of RGB (Red+Green+Blue) = 18+43+80=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #122B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B50 is #EDD4AF. Grayscale: #272727. Windows color (decimal): -15586480 or 5253906. OLE color: 5253906.
HSL color Cylindrical-coordinate representation of color #122B50: hue angle of 215.81º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122B50 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 43 | 80 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.69 |
| HSL | 215.81º | 0.63% | 0.19% | - |
| HSV(B) | 215.81º | 0.78% | 0.31% | - |
| XYZ | 2.56 | 2.44 | 7.92 | - |
| YUV | 39.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 80 | 0.78 | 0.46 | 0 | 0.69 | 215.81 | 0.63 | 0.19 |
| Hex | 12 | 2B | 50 | 4E | 2E | 0 | 45 | D8 | 3F | 13 |
| Octal | 22 | 53 | 120 | 116 | 56 | 0 | 105 | 330 | 77 | 23 |
| Binary | 10010 | 101011 | 1010000 | 1001110 | 101110 | 0 | 1000101 | 11011000 | 111111 | 10011 |
Color Harmonies of #122B50
Complementary color
Monochromatic Colors of #122B50
Black with #122B50
Text Example
Text Example
White with #122B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B50; }
p { color: rgb(18,43,80); }
H1.HeaderClassName
{
color: #122B50;
}
.AnyTagClassName
{
color: #122B50;
}
</style>
background-color css
<style>
a { background-color: #122B50; }
a { background-color: rgb(18,43,80); }
div.DivClassName
{
background-color: #122B50;
}
.BgClassName
{
background-color: #122B50;
}
</style>
border-color css
<style>
span { border-color: #122B50; }
span { border-color: rgb(18,43,80); }
td.TdClassName
{
border-color: #122B50;
}
.TagClassName
{
border-color: #122B50;
}
</style>