Shades of Midnight Blue #141954
Tints of Midnight Blue #141954
RGB
CMYK
RGB Variations
Color information
#141954 (or 0x141954) is known color: Midnight Blue. HEX triplet: 14, 19 and 54. RGB value is (20,25,84). Sum of RGB (Red+Green+Blue) = 20+25+84=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #141954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141954 is #EBE6AB. Grayscale: #1D1D1D. Windows color (decimal): -15460012 or 5511444. OLE color: 5511444.
HSL color Cylindrical-coordinate representation of color #141954: hue angle of 235.31º 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 #141954 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 25 | 84 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.67 |
| HSL | 235.31º | 0.62% | 0.2% | - |
| HSV(B) | 235.31º | 0.76% | 0.33% | - |
| XYZ | 2.24 | 1.48 | 8.56 | - |
| YUV | 30.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 84 | 0.76 | 0.70 | 0 | 0.67 | 235.31 | 0.62 | 0.2 |
| Hex | 14 | 19 | 54 | 4C | 46 | 0 | 43 | EB | 3E | 14 |
| Octal | 24 | 31 | 124 | 114 | 106 | 0 | 103 | 353 | 76 | 24 |
| Binary | 10100 | 11001 | 1010100 | 1001100 | 1000110 | 0 | 1000011 | 11101011 | 111110 | 10100 |
Color Harmonies of #141954
Complementary color
Monochromatic Colors of #141954
Black with #141954
Text Example
Text Example
White with #141954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141954; }
p { color: rgb(20,25,84); }
H1.HeaderClassName
{
color: #141954;
}
.AnyTagClassName
{
color: #141954;
}
</style>
background-color css
<style>
a { background-color: #141954; }
a { background-color: rgb(20,25,84); }
div.DivClassName
{
background-color: #141954;
}
.BgClassName
{
background-color: #141954;
}
</style>
border-color css
<style>
span { border-color: #141954; }
span { border-color: rgb(20,25,84); }
td.TdClassName
{
border-color: #141954;
}
.TagClassName
{
border-color: #141954;
}
</style>