Shades of Midnight Blue #141554
Tints of Midnight Blue #141554
RGB
CMYK
RGB Variations
Color information
#141554 (or 0x141554) is known color: Midnight Blue. HEX triplet: 14, 15 and 54. RGB value is (20,21,84). Sum of RGB (Red+Green+Blue) = 20+21+84=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #141554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141554 is #EBEAAB. Grayscale: #1B1B1B. Windows color (decimal): -15461036 or 5510420. OLE color: 5510420.
HSL color Cylindrical-coordinate representation of color #141554: hue angle of 239.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141554 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 21 | 84 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.67 |
| HSL | 239.06º | 0.62% | 0.2% | - |
| HSV(B) | 239.06º | 0.76% | 0.33% | - |
| XYZ | 2.16 | 1.33 | 8.53 | - |
| YUV | 27.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 21 | 84 | 0.76 | 0.75 | 0 | 0.67 | 239.06 | 0.62 | 0.2 |
| Hex | 14 | 15 | 54 | 4C | 4B | 0 | 43 | EF | 3E | 14 |
| Octal | 24 | 25 | 124 | 114 | 113 | 0 | 103 | 357 | 76 | 24 |
| Binary | 10100 | 10101 | 1010100 | 1001100 | 1001011 | 0 | 1000011 | 11101111 | 111110 | 10100 |
Color Harmonies of #141554
Complementary color
Monochromatic Colors of #141554
Black with #141554
Text Example
Text Example
White with #141554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141554; }
p { color: rgb(20,21,84); }
H1.HeaderClassName
{
color: #141554;
}
.AnyTagClassName
{
color: #141554;
}
</style>
background-color css
<style>
a { background-color: #141554; }
a { background-color: rgb(20,21,84); }
div.DivClassName
{
background-color: #141554;
}
.BgClassName
{
background-color: #141554;
}
</style>
border-color css
<style>
span { border-color: #141554; }
span { border-color: rgb(20,21,84); }
td.TdClassName
{
border-color: #141554;
}
.TagClassName
{
border-color: #141554;
}
</style>