Shades of Midnight Blue #121A5D
Tints of Midnight Blue #121A5D
RGB
CMYK
RGB Variations
Color information
#121A5D (or 0x121A5D) is known color: Midnight Blue. HEX triplet: 12, 1A and 5D. RGB value is (18,26,93). Sum of RGB (Red+Green+Blue) = 18+26+93=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #121A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A5D is #EDE5A2. Grayscale: #1E1E1E. Windows color (decimal): -15590819 or 6101522. OLE color: 6101522.
HSL color Cylindrical-coordinate representation of color #121A5D: hue angle of 233.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121A5D is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 26 | 93 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.64 |
| HSL | 233.6º | 0.68% | 0.22% | - |
| HSV(B) | 233.6º | 0.81% | 0.36% | - |
| XYZ | 2.59 | 1.66 | 10.54 | - |
| YUV | 31.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 93 | 0.81 | 0.72 | 0 | 0.64 | 233.6 | 0.68 | 0.22 |
| Hex | 12 | 1A | 5D | 51 | 48 | 0 | 40 | EA | 44 | 16 |
| Octal | 22 | 32 | 135 | 121 | 110 | 0 | 100 | 352 | 104 | 26 |
| Binary | 10010 | 11010 | 1011101 | 1010001 | 1001000 | 0 | 1000000 | 11101010 | 1000100 | 10110 |
Color Harmonies of #121A5D
Complementary color
Monochromatic Colors of #121A5D
Black with #121A5D
Text Example
Text Example
White with #121A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A5D; }
p { color: rgb(18,26,93); }
H1.HeaderClassName
{
color: #121A5D;
}
.AnyTagClassName
{
color: #121A5D;
}
</style>
background-color css
<style>
a { background-color: #121A5D; }
a { background-color: rgb(18,26,93); }
div.DivClassName
{
background-color: #121A5D;
}
.BgClassName
{
background-color: #121A5D;
}
</style>
border-color css
<style>
span { border-color: #121A5D; }
span { border-color: rgb(18,26,93); }
td.TdClassName
{
border-color: #121A5D;
}
.TagClassName
{
border-color: #121A5D;
}
</style>