Shades of Midnight Blue #121F77
Tints of Midnight Blue #121F77
RGB
CMYK
RGB Variations
Color information
#121F77 (or 0x121F77) is known color: Midnight Blue. HEX triplet: 12, 1F and 77. RGB value is (18,31,119). Sum of RGB (Red+Green+Blue) = 18+31+119=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #121F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F77 is #EDE088. Grayscale: #242424. Windows color (decimal): -15589513 or 7806738. OLE color: 7806738.
HSL color Cylindrical-coordinate representation of color #121F77: hue angle of 232.28º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121F77 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 31 | 119 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.53 |
| HSL | 232.28º | 0.74% | 0.27% | - |
| HSV(B) | 232.28º | 0.85% | 0.47% | - |
| XYZ | 4.07 | 2.44 | 17.71 | - |
| YUV | 37.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 119 | 0.85 | 0.74 | 0 | 0.53 | 232.28 | 0.74 | 0.27 |
| Hex | 12 | 1F | 77 | 55 | 4A | 0 | 35 | E8 | 4A | 1B |
| Octal | 22 | 37 | 167 | 125 | 112 | 0 | 65 | 350 | 112 | 33 |
| Binary | 10010 | 11111 | 1110111 | 1010101 | 1001010 | 0 | 110101 | 11101000 | 1001010 | 11011 |
Color Harmonies of #121F77
Complementary color
Monochromatic Colors of #121F77
Black with #121F77
Text Example
Text Example
White with #121F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F77; }
p { color: rgb(18,31,119); }
H1.HeaderClassName
{
color: #121F77;
}
.AnyTagClassName
{
color: #121F77;
}
</style>
background-color css
<style>
a { background-color: #121F77; }
a { background-color: rgb(18,31,119); }
div.DivClassName
{
background-color: #121F77;
}
.BgClassName
{
background-color: #121F77;
}
</style>
border-color css
<style>
span { border-color: #121F77; }
span { border-color: rgb(18,31,119); }
td.TdClassName
{
border-color: #121F77;
}
.TagClassName
{
border-color: #121F77;
}
</style>