Shades of Midnight Blue #121A75
Tints of Midnight Blue #121A75
RGB
CMYK
RGB Variations
Color information
#121A75 (or 0x121A75) is known color: Midnight Blue. HEX triplet: 12, 1A and 75. RGB value is (18,26,117). Sum of RGB (Red+Green+Blue) = 18+26+117=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #121A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A75 is #EDE58A. Grayscale: #212121. Windows color (decimal): -15590795 or 7674386. OLE color: 7674386.
HSL color Cylindrical-coordinate representation of color #121A75: hue angle of 235.15º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121A75 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 26 | 117 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.54 |
| HSL | 235.15º | 0.73% | 0.26% | - |
| HSV(B) | 235.15º | 0.85% | 0.46% | - |
| XYZ | 3.83 | 2.15 | 17.04 | - |
| YUV | 33.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 117 | 0.85 | 0.78 | 0 | 0.54 | 235.15 | 0.73 | 0.26 |
| Hex | 12 | 1A | 75 | 55 | 4E | 0 | 36 | EB | 49 | 1A |
| Octal | 22 | 32 | 165 | 125 | 116 | 0 | 66 | 353 | 111 | 32 |
| Binary | 10010 | 11010 | 1110101 | 1010101 | 1001110 | 0 | 110110 | 11101011 | 1001001 | 11010 |
Color Harmonies of #121A75
Complementary color
Monochromatic Colors of #121A75
Black with #121A75
Text Example
Text Example
White with #121A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A75; }
p { color: rgb(18,26,117); }
H1.HeaderClassName
{
color: #121A75;
}
.AnyTagClassName
{
color: #121A75;
}
</style>
background-color css
<style>
a { background-color: #121A75; }
a { background-color: rgb(18,26,117); }
div.DivClassName
{
background-color: #121A75;
}
.BgClassName
{
background-color: #121A75;
}
</style>
border-color css
<style>
span { border-color: #121A75; }
span { border-color: rgb(18,26,117); }
td.TdClassName
{
border-color: #121A75;
}
.TagClassName
{
border-color: #121A75;
}
</style>