Shades of Midnight Blue #121562
Tints of Midnight Blue #121562
RGB
CMYK
RGB Variations
Color information
#121562 (or 0x121562) is known color: Midnight Blue. HEX triplet: 12, 15 and 62. RGB value is (18,21,98). Sum of RGB (Red+Green+Blue) = 18+21+98=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #121562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121562 is #EDEA9D. Grayscale: #1C1C1C. Windows color (decimal): -15592094 or 6427922. OLE color: 6427922.
HSL color Cylindrical-coordinate representation of color #121562: hue angle of 237.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 #121562 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 21 | 98 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.62 |
| HSL | 237.75º | 0.69% | 0.23% | - |
| HSV(B) | 237.75º | 0.82% | 0.38% | - |
| XYZ | 2.72 | 1.55 | 11.71 | - |
| YUV | 28.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 98 | 0.82 | 0.79 | 0 | 0.62 | 237.75 | 0.69 | 0.23 |
| Hex | 12 | 15 | 62 | 52 | 4F | 0 | 3E | EE | 45 | 17 |
| Octal | 22 | 25 | 142 | 122 | 117 | 0 | 76 | 356 | 105 | 27 |
| Binary | 10010 | 10101 | 1100010 | 1010010 | 1001111 | 0 | 111110 | 11101110 | 1000101 | 10111 |
Color Harmonies of #121562
Complementary color
Monochromatic Colors of #121562
Black with #121562
Text Example
Text Example
White with #121562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121562; }
p { color: rgb(18,21,98); }
H1.HeaderClassName
{
color: #121562;
}
.AnyTagClassName
{
color: #121562;
}
</style>
background-color css
<style>
a { background-color: #121562; }
a { background-color: rgb(18,21,98); }
div.DivClassName
{
background-color: #121562;
}
.BgClassName
{
background-color: #121562;
}
</style>
border-color css
<style>
span { border-color: #121562; }
span { border-color: rgb(18,21,98); }
td.TdClassName
{
border-color: #121562;
}
.TagClassName
{
border-color: #121562;
}
</style>