Shades of Midnight Blue #141454
Tints of Midnight Blue #141454
RGB
CMYK
RGB Variations
Color information
#141454 (or 0x141454) is known color: Midnight Blue. HEX triplet: 14, 14 and 54. RGB value is (20,20,84). Sum of RGB (Red+Green+Blue) = 20+20+84=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #141454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141454 is #EBEBAB. Grayscale: #1B1B1B. Windows color (decimal): -15461292 or 5510164. OLE color: 5510164.
HSL color Cylindrical-coordinate representation of color #141454: hue angle of 240º 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 #141454 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 20 | 84 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.67 |
| HSL | 240º | 0.62% | 0.2% | - |
| HSV(B) | 240º | 0.76% | 0.33% | - |
| XYZ | 2.14 | 1.29 | 8.52 | - |
| YUV | 27.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 84 | 0.76 | 0.76 | 0 | 0.67 | 240 | 0.62 | 0.2 |
| Hex | 14 | 14 | 54 | 4C | 4C | 0 | 43 | F0 | 3E | 14 |
| Octal | 24 | 24 | 124 | 114 | 114 | 0 | 103 | 360 | 76 | 24 |
| Binary | 10100 | 10100 | 1010100 | 1001100 | 1001100 | 0 | 1000011 | 11110000 | 111110 | 10100 |
Color Harmonies of #141454
Complementary color
Monochromatic Colors of #141454
Black with #141454
Text Example
Text Example
White with #141454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141454; }
p { color: rgb(20,20,84); }
H1.HeaderClassName
{
color: #141454;
}
.AnyTagClassName
{
color: #141454;
}
</style>
background-color css
<style>
a { background-color: #141454; }
a { background-color: rgb(20,20,84); }
div.DivClassName
{
background-color: #141454;
}
.BgClassName
{
background-color: #141454;
}
</style>
border-color css
<style>
span { border-color: #141454; }
span { border-color: rgb(20,20,84); }
td.TdClassName
{
border-color: #141454;
}
.TagClassName
{
border-color: #141454;
}
</style>