Shades of Midnight Blue #121962
Tints of Midnight Blue #121962
RGB
CMYK
RGB Variations
Color information
#121962 (or 0x121962) is known color: Midnight Blue. HEX triplet: 12, 19 and 62. RGB value is (18,25,98). Sum of RGB (Red+Green+Blue) = 18+25+98=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #121962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121962 is #EDE69D. Grayscale: #1E1E1E. Windows color (decimal): -15591070 or 6428946. OLE color: 6428946.
HSL color Cylindrical-coordinate representation of color #121962: hue angle of 234.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121962 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 25 | 98 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.62 |
| HSL | 234.75º | 0.69% | 0.23% | - |
| HSV(B) | 234.75º | 0.82% | 0.38% | - |
| XYZ | 2.8 | 1.71 | 11.74 | - |
| YUV | 31.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 98 | 0.82 | 0.74 | 0 | 0.62 | 234.75 | 0.69 | 0.23 |
| Hex | 12 | 19 | 62 | 52 | 4A | 0 | 3E | EB | 45 | 17 |
| Octal | 22 | 31 | 142 | 122 | 112 | 0 | 76 | 353 | 105 | 27 |
| Binary | 10010 | 11001 | 1100010 | 1010010 | 1001010 | 0 | 111110 | 11101011 | 1000101 | 10111 |
Color Harmonies of #121962
Complementary color
Monochromatic Colors of #121962
Black with #121962
Text Example
Text Example
White with #121962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121962; }
p { color: rgb(18,25,98); }
H1.HeaderClassName
{
color: #121962;
}
.AnyTagClassName
{
color: #121962;
}
</style>
background-color css
<style>
a { background-color: #121962; }
a { background-color: rgb(18,25,98); }
div.DivClassName
{
background-color: #121962;
}
.BgClassName
{
background-color: #121962;
}
</style>
border-color css
<style>
span { border-color: #121962; }
span { border-color: rgb(18,25,98); }
td.TdClassName
{
border-color: #121962;
}
.TagClassName
{
border-color: #121962;
}
</style>