Shades of Midnight Blue #121A81
Tints of Midnight Blue #121A81
RGB
CMYK
RGB Variations
Color information
#121A81 (or 0x121A81) is known color: Midnight Blue. HEX triplet: 12, 1A and 81. RGB value is (18,26,129). Sum of RGB (Red+Green+Blue) = 18+26+129=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #121A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A81 is #EDE57E. Grayscale: #222222. Windows color (decimal): -15590783 or 8460818. OLE color: 8460818.
HSL color Cylindrical-coordinate representation of color #121A81: hue angle of 235.68º 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 #121A81 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 26 | 129 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.49 |
| HSL | 235.68º | 0.76% | 0.29% | - |
| HSV(B) | 235.68º | 0.86% | 0.51% | - |
| XYZ | 4.58 | 2.45 | 21 | - |
| YUV | 35.35 | 180.85 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 129 | 0.86 | 0.80 | 0 | 0.49 | 235.68 | 0.76 | 0.29 |
| Hex | 12 | 1A | 81 | 56 | 50 | 0 | 31 | EC | 4C | 1D |
| Octal | 22 | 32 | 201 | 126 | 120 | 0 | 61 | 354 | 114 | 35 |
| Binary | 10010 | 11010 | 10000001 | 1010110 | 1010000 | 0 | 110001 | 11101100 | 1001100 | 11101 |
Color Harmonies of #121A81
Complementary color
Monochromatic Colors of #121A81
Black with #121A81
Text Example
Text Example
White with #121A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A81; }
p { color: rgb(18,26,129); }
H1.HeaderClassName
{
color: #121A81;
}
.AnyTagClassName
{
color: #121A81;
}
</style>
background-color css
<style>
a { background-color: #121A81; }
a { background-color: rgb(18,26,129); }
div.DivClassName
{
background-color: #121A81;
}
.BgClassName
{
background-color: #121A81;
}
</style>
border-color css
<style>
span { border-color: #121A81; }
span { border-color: rgb(18,26,129); }
td.TdClassName
{
border-color: #121A81;
}
.TagClassName
{
border-color: #121A81;
}
</style>