Shades of Midnight Blue #121755
Tints of Midnight Blue #121755
RGB
CMYK
RGB Variations
Color information
#121755 (or 0x121755) is known color: Midnight Blue. HEX triplet: 12, 17 and 55. RGB value is (18,23,85). Sum of RGB (Red+Green+Blue) = 18+23+85=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #121755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121755 is #EDE8AA. Grayscale: #1C1C1C. Windows color (decimal): -15591595 or 5576466. OLE color: 5576466.
HSL color Cylindrical-coordinate representation of color #121755: hue angle of 235.52º 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 #121755 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 23 | 85 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.67 |
| HSL | 235.52º | 0.65% | 0.2% | - |
| HSV(B) | 235.52º | 0.79% | 0.33% | - |
| XYZ | 2.2 | 1.4 | 8.75 | - |
| YUV | 28.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 85 | 0.79 | 0.73 | 0 | 0.67 | 235.52 | 0.65 | 0.2 |
| Hex | 12 | 17 | 55 | 4F | 49 | 0 | 43 | EC | 41 | 14 |
| Octal | 22 | 27 | 125 | 117 | 111 | 0 | 103 | 354 | 101 | 24 |
| Binary | 10010 | 10111 | 1010101 | 1001111 | 1001001 | 0 | 1000011 | 11101100 | 1000001 | 10100 |
Color Harmonies of #121755
Complementary color
Monochromatic Colors of #121755
Black with #121755
Text Example
Text Example
White with #121755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121755; }
p { color: rgb(18,23,85); }
H1.HeaderClassName
{
color: #121755;
}
.AnyTagClassName
{
color: #121755;
}
</style>
background-color css
<style>
a { background-color: #121755; }
a { background-color: rgb(18,23,85); }
div.DivClassName
{
background-color: #121755;
}
.BgClassName
{
background-color: #121755;
}
</style>
border-color css
<style>
span { border-color: #121755; }
span { border-color: rgb(18,23,85); }
td.TdClassName
{
border-color: #121755;
}
.TagClassName
{
border-color: #121755;
}
</style>