Shades of Midnight Blue #121B74
Tints of Midnight Blue #121B74
RGB
CMYK
RGB Variations
Color information
#121B74 (or 0x121B74) is known color: Midnight Blue. HEX triplet: 12, 1B and 74. RGB value is (18,27,116). Sum of RGB (Red+Green+Blue) = 18+27+116=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #121B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B74 is #EDE48B. Grayscale: #222222. Windows color (decimal): -15590540 or 7609106. OLE color: 7609106.
HSL color Cylindrical-coordinate representation of color #121B74: hue angle of 234.49º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121B74 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 27 | 116 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.55 |
| HSL | 234.49º | 0.73% | 0.26% | - |
| HSV(B) | 234.49º | 0.84% | 0.45% | - |
| XYZ | 3.79 | 2.17 | 16.74 | - |
| YUV | 34.46 | 174.02 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 116 | 0.84 | 0.77 | 0 | 0.55 | 234.49 | 0.73 | 0.26 |
| Hex | 12 | 1B | 74 | 54 | 4D | 0 | 37 | EA | 49 | 1A |
| Octal | 22 | 33 | 164 | 124 | 115 | 0 | 67 | 352 | 111 | 32 |
| Binary | 10010 | 11011 | 1110100 | 1010100 | 1001101 | 0 | 110111 | 11101010 | 1001001 | 11010 |
Color Harmonies of #121B74
Complementary color
Monochromatic Colors of #121B74
Black with #121B74
Text Example
Text Example
White with #121B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B74; }
p { color: rgb(18,27,116); }
H1.HeaderClassName
{
color: #121B74;
}
.AnyTagClassName
{
color: #121B74;
}
</style>
background-color css
<style>
a { background-color: #121B74; }
a { background-color: rgb(18,27,116); }
div.DivClassName
{
background-color: #121B74;
}
.BgClassName
{
background-color: #121B74;
}
</style>
border-color css
<style>
span { border-color: #121B74; }
span { border-color: rgb(18,27,116); }
td.TdClassName
{
border-color: #121B74;
}
.TagClassName
{
border-color: #121B74;
}
</style>