Shades of Midnight #122648
Tints of Midnight #122648
RGB
CMYK
RGB Variations
Color information
#122648 (or 0x122648) is known color: Midnight. HEX triplet: 12, 26 and 48. RGB value is (18,38,72). Sum of RGB (Red+Green+Blue) = 18+38+72=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #122648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122648 is #EDD9B7. Grayscale: #232323. Windows color (decimal): -15587768 or 4728338. OLE color: 4728338.
HSL color Cylindrical-coordinate representation of color #122648: hue angle of 217.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122648 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 38 | 72 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.72 |
| HSL | 217.78º | 0.6% | 0.18% | - |
| HSV(B) | 217.78º | 0.75% | 0.28% | - |
| XYZ | 2.11 | 1.98 | 6.4 | - |
| YUV | 35.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 72 | 0.75 | 0.47 | 0 | 0.72 | 217.78 | 0.6 | 0.18 |
| Hex | 12 | 26 | 48 | 4B | 2F | 0 | 48 | DA | 3C | 12 |
| Octal | 22 | 46 | 110 | 113 | 57 | 0 | 110 | 332 | 74 | 22 |
| Binary | 10010 | 100110 | 1001000 | 1001011 | 101111 | 0 | 1001000 | 11011010 | 111100 | 10010 |
Color Harmonies of #122648
Complementary color
Monochromatic Colors of #122648
Black with #122648
Text Example
Text Example
White with #122648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122648; }
p { color: rgb(18,38,72); }
H1.HeaderClassName
{
color: #122648;
}
.AnyTagClassName
{
color: #122648;
}
</style>
background-color css
<style>
a { background-color: #122648; }
a { background-color: rgb(18,38,72); }
div.DivClassName
{
background-color: #122648;
}
.BgClassName
{
background-color: #122648;
}
</style>
border-color css
<style>
span { border-color: #122648; }
span { border-color: rgb(18,38,72); }
td.TdClassName
{
border-color: #122648;
}
.TagClassName
{
border-color: #122648;
}
</style>