Shades of Midnight Blue #122483
Tints of Midnight Blue #122483
RGB
CMYK
RGB Variations
Color information
#122483 (or 0x122483) is known color: Midnight Blue. HEX triplet: 12, 24 and 83. RGB value is (18,36,131). Sum of RGB (Red+Green+Blue) = 18+36+131=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #122483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122483 is #EDDB7C. Grayscale: #292929. Windows color (decimal): -15588221 or 8594450. OLE color: 8594450.
HSL color Cylindrical-coordinate representation of color #122483: hue angle of 230.44º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122483 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 36 | 131 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.49 |
| HSL | 230.44º | 0.76% | 0.29% | - |
| HSV(B) | 230.44º | 0.86% | 0.51% | - |
| XYZ | 4.98 | 3.03 | 21.8 | - |
| YUV | 41.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 131 | 0.86 | 0.73 | 0 | 0.49 | 230.44 | 0.76 | 0.29 |
| Hex | 12 | 24 | 83 | 56 | 49 | 0 | 31 | E6 | 4C | 1D |
| Octal | 22 | 44 | 203 | 126 | 111 | 0 | 61 | 346 | 114 | 35 |
| Binary | 10010 | 100100 | 10000011 | 1010110 | 1001001 | 0 | 110001 | 11100110 | 1001100 | 11101 |
Color Harmonies of #122483
Complementary color
Monochromatic Colors of #122483
Black with #122483
Text Example
Text Example
White with #122483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122483; }
p { color: rgb(18,36,131); }
H1.HeaderClassName
{
color: #122483;
}
.AnyTagClassName
{
color: #122483;
}
</style>
background-color css
<style>
a { background-color: #122483; }
a { background-color: rgb(18,36,131); }
div.DivClassName
{
background-color: #122483;
}
.BgClassName
{
background-color: #122483;
}
</style>
border-color css
<style>
span { border-color: #122483; }
span { border-color: rgb(18,36,131); }
td.TdClassName
{
border-color: #122483;
}
.TagClassName
{
border-color: #122483;
}
</style>