Shades of Midnight Blue #121455
Tints of Midnight Blue #121455
RGB
CMYK
RGB Variations
Color information
#121455 (or 0x121455) is known color: Midnight Blue. HEX triplet: 12, 14 and 55. RGB value is (18,20,85). Sum of RGB (Red+Green+Blue) = 18+20+85=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #121455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121455 is #EDEBAA. Grayscale: #1A1A1A. Windows color (decimal): -15592363 or 5575698. OLE color: 5575698.
HSL color Cylindrical-coordinate representation of color #121455: hue angle of 238.21º 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 #121455 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 20 | 85 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.67 |
| HSL | 238.21º | 0.65% | 0.2% | - |
| HSV(B) | 238.21º | 0.79% | 0.33% | - |
| XYZ | 2.14 | 1.28 | 8.73 | - |
| YUV | 26.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 85 | 0.79 | 0.76 | 0 | 0.67 | 238.21 | 0.65 | 0.2 |
| Hex | 12 | 14 | 55 | 4F | 4C | 0 | 43 | EE | 41 | 14 |
| Octal | 22 | 24 | 125 | 117 | 114 | 0 | 103 | 356 | 101 | 24 |
| Binary | 10010 | 10100 | 1010101 | 1001111 | 1001100 | 0 | 1000011 | 11101110 | 1000001 | 10100 |
Color Harmonies of #121455
Complementary color
Monochromatic Colors of #121455
Black with #121455
Text Example
Text Example
White with #121455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121455; }
p { color: rgb(18,20,85); }
H1.HeaderClassName
{
color: #121455;
}
.AnyTagClassName
{
color: #121455;
}
</style>
background-color css
<style>
a { background-color: #121455; }
a { background-color: rgb(18,20,85); }
div.DivClassName
{
background-color: #121455;
}
.BgClassName
{
background-color: #121455;
}
</style>
border-color css
<style>
span { border-color: #121455; }
span { border-color: rgb(18,20,85); }
td.TdClassName
{
border-color: #121455;
}
.TagClassName
{
border-color: #121455;
}
</style>