Shades of Midnight Blue #121A7F
Tints of Midnight Blue #121A7F
RGB
CMYK
RGB Variations
Color information
#121A7F (or 0x121A7F) is known color: Midnight Blue. HEX triplet: 12, 1A and 7F. RGB value is (18,26,127). Sum of RGB (Red+Green+Blue) = 18+26+127=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #121A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A7F is #EDE580. Grayscale: #222222. Windows color (decimal): -15590785 or 8329746. OLE color: 8329746.
HSL color Cylindrical-coordinate representation of color #121A7F: hue angle of 235.6º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121A7F is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 26 | 127 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.50 |
| HSL | 235.6º | 0.75% | 0.28% | - |
| HSV(B) | 235.6º | 0.86% | 0.5% | - |
| XYZ | 4.45 | 2.4 | 20.31 | - |
| YUV | 35.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 127 | 0.86 | 0.80 | 0 | 0.50 | 235.6 | 0.75 | 0.28 |
| Hex | 12 | 1A | 7F | 56 | 50 | 0 | 32 | EC | 4B | 1C |
| Octal | 22 | 32 | 177 | 126 | 120 | 0 | 62 | 354 | 113 | 34 |
| Binary | 10010 | 11010 | 1111111 | 1010110 | 1010000 | 0 | 110010 | 11101100 | 1001011 | 11100 |
Color Harmonies of #121A7F
Complementary color
Monochromatic Colors of #121A7F
Black with #121A7F
Text Example
Text Example
White with #121A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A7F; }
p { color: rgb(18,26,127); }
H1.HeaderClassName
{
color: #121A7F;
}
.AnyTagClassName
{
color: #121A7F;
}
</style>
background-color css
<style>
a { background-color: #121A7F; }
a { background-color: rgb(18,26,127); }
div.DivClassName
{
background-color: #121A7F;
}
.BgClassName
{
background-color: #121A7F;
}
</style>
border-color css
<style>
span { border-color: #121A7F; }
span { border-color: rgb(18,26,127); }
td.TdClassName
{
border-color: #121A7F;
}
.TagClassName
{
border-color: #121A7F;
}
</style>