Shades of Midnight Blue #121A83
Tints of Midnight Blue #121A83
RGB
CMYK
RGB Variations
Color information
#121A83 (or 0x121A83) is known color: Midnight Blue. HEX triplet: 12, 1A and 83. RGB value is (18,26,131). Sum of RGB (Red+Green+Blue) = 18+26+131=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #121A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A83 is #EDE57C. Grayscale: #232323. Windows color (decimal): -15590781 or 8591890. OLE color: 8591890.
HSL color Cylindrical-coordinate representation of color #121A83: hue angle of 235.75º 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 #121A83 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 26 | 131 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.49 |
| HSL | 235.75º | 0.76% | 0.29% | - |
| HSV(B) | 235.75º | 0.86% | 0.51% | - |
| XYZ | 4.72 | 2.51 | 21.71 | - |
| YUV | 35.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 131 | 0.86 | 0.80 | 0 | 0.49 | 235.75 | 0.76 | 0.29 |
| Hex | 12 | 1A | 83 | 56 | 50 | 0 | 31 | EC | 4C | 1D |
| Octal | 22 | 32 | 203 | 126 | 120 | 0 | 61 | 354 | 114 | 35 |
| Binary | 10010 | 11010 | 10000011 | 1010110 | 1010000 | 0 | 110001 | 11101100 | 1001100 | 11101 |
Color Harmonies of #121A83
Complementary color
Monochromatic Colors of #121A83
Black with #121A83
Text Example
Text Example
White with #121A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A83; }
p { color: rgb(18,26,131); }
H1.HeaderClassName
{
color: #121A83;
}
.AnyTagClassName
{
color: #121A83;
}
</style>
background-color css
<style>
a { background-color: #121A83; }
a { background-color: rgb(18,26,131); }
div.DivClassName
{
background-color: #121A83;
}
.BgClassName
{
background-color: #121A83;
}
</style>
border-color css
<style>
span { border-color: #121A83; }
span { border-color: rgb(18,26,131); }
td.TdClassName
{
border-color: #121A83;
}
.TagClassName
{
border-color: #121A83;
}
</style>