Shades of Midnight Blue #121D7A
Tints of Midnight Blue #121D7A
RGB
CMYK
RGB Variations
Color information
#121D7A (or 0x121D7A) is known color: Midnight Blue. HEX triplet: 12, 1D and 7A. RGB value is (18,29,122). Sum of RGB (Red+Green+Blue) = 18+29+122=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #121D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D7A is #EDE285. Grayscale: #232323. Windows color (decimal): -15590022 or 8002834. OLE color: 8002834.
HSL color Cylindrical-coordinate representation of color #121D7A: hue angle of 233.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121D7A is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 29 | 122 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.52 |
| HSL | 233.65º | 0.74% | 0.27% | - |
| HSV(B) | 233.65º | 0.85% | 0.48% | - |
| XYZ | 4.2 | 2.41 | 18.66 | - |
| YUV | 36.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 122 | 0.85 | 0.76 | 0 | 0.52 | 233.65 | 0.74 | 0.27 |
| Hex | 12 | 1D | 7A | 55 | 4C | 0 | 34 | EA | 4A | 1B |
| Octal | 22 | 35 | 172 | 125 | 114 | 0 | 64 | 352 | 112 | 33 |
| Binary | 10010 | 11101 | 1111010 | 1010101 | 1001100 | 0 | 110100 | 11101010 | 1001010 | 11011 |
Color Harmonies of #121D7A
Complementary color
Monochromatic Colors of #121D7A
Black with #121D7A
Text Example
Text Example
White with #121D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D7A; }
p { color: rgb(18,29,122); }
H1.HeaderClassName
{
color: #121D7A;
}
.AnyTagClassName
{
color: #121D7A;
}
</style>
background-color css
<style>
a { background-color: #121D7A; }
a { background-color: rgb(18,29,122); }
div.DivClassName
{
background-color: #121D7A;
}
.BgClassName
{
background-color: #121D7A;
}
</style>
border-color css
<style>
span { border-color: #121D7A; }
span { border-color: rgb(18,29,122); }
td.TdClassName
{
border-color: #121D7A;
}
.TagClassName
{
border-color: #121D7A;
}
</style>