Shades of Midnight Blue #141158
Tints of Midnight Blue #141158
RGB
CMYK
RGB Variations
Color information
#141158 (or 0x141158) is known color: Midnight Blue. HEX triplet: 14, 11 and 58. RGB value is (20,17,88). Sum of RGB (Red+Green+Blue) = 20+17+88=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #141158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141158 is #EBEEA7. Grayscale: #191919. Windows color (decimal): -15462056 or 5771540. OLE color: 5771540.
HSL color Cylindrical-coordinate representation of color #141158: hue angle of 242.54º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141158 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 17 | 88 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.65 |
| HSL | 242.54º | 0.68% | 0.21% | - |
| HSV(B) | 242.54º | 0.81% | 0.35% | - |
| XYZ | 2.25 | 1.25 | 9.36 | - |
| YUV | 25.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 88 | 0.77 | 0.81 | 0 | 0.65 | 242.54 | 0.68 | 0.21 |
| Hex | 14 | 11 | 58 | 4D | 51 | 0 | 41 | F3 | 44 | 15 |
| Octal | 24 | 21 | 130 | 115 | 121 | 0 | 101 | 363 | 104 | 25 |
| Binary | 10100 | 10001 | 1011000 | 1001101 | 1010001 | 0 | 1000001 | 11110011 | 1000100 | 10101 |
Color Harmonies of #141158
Complementary color
Monochromatic Colors of #141158
Black with #141158
Text Example
Text Example
White with #141158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141158; }
p { color: rgb(20,17,88); }
H1.HeaderClassName
{
color: #141158;
}
.AnyTagClassName
{
color: #141158;
}
</style>
background-color css
<style>
a { background-color: #141158; }
a { background-color: rgb(20,17,88); }
div.DivClassName
{
background-color: #141158;
}
.BgClassName
{
background-color: #141158;
}
</style>
border-color css
<style>
span { border-color: #141158; }
span { border-color: rgb(20,17,88); }
td.TdClassName
{
border-color: #141158;
}
.TagClassName
{
border-color: #141158;
}
</style>