Shades of Midnight Blue #121355
Tints of Midnight Blue #121355
RGB
CMYK
RGB Variations
Color information
#121355 (or 0x121355) is known color: Midnight Blue. HEX triplet: 12, 13 and 55. RGB value is (18,19,85). Sum of RGB (Red+Green+Blue) = 18+19+85=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #121355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121355 is #EDECAA. Grayscale: #191919. Windows color (decimal): -15592619 or 5575442. OLE color: 5575442.
HSL color Cylindrical-coordinate representation of color #121355: hue angle of 239.1º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121355 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 19 | 85 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.67 |
| HSL | 239.1º | 0.65% | 0.2% | - |
| HSV(B) | 239.1º | 0.79% | 0.33% | - |
| XYZ | 2.12 | 1.25 | 8.72 | - |
| YUV | 26.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 85 | 0.79 | 0.78 | 0 | 0.67 | 239.1 | 0.65 | 0.2 |
| Hex | 12 | 13 | 55 | 4F | 4E | 0 | 43 | EF | 41 | 14 |
| Octal | 22 | 23 | 125 | 117 | 116 | 0 | 103 | 357 | 101 | 24 |
| Binary | 10010 | 10011 | 1010101 | 1001111 | 1001110 | 0 | 1000011 | 11101111 | 1000001 | 10100 |
Color Harmonies of #121355
Complementary color
Monochromatic Colors of #121355
Black with #121355
Text Example
Text Example
White with #121355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121355; }
p { color: rgb(18,19,85); }
H1.HeaderClassName
{
color: #121355;
}
.AnyTagClassName
{
color: #121355;
}
</style>
background-color css
<style>
a { background-color: #121355; }
a { background-color: rgb(18,19,85); }
div.DivClassName
{
background-color: #121355;
}
.BgClassName
{
background-color: #121355;
}
</style>
border-color css
<style>
span { border-color: #121355; }
span { border-color: rgb(18,19,85); }
td.TdClassName
{
border-color: #121355;
}
.TagClassName
{
border-color: #121355;
}
</style>