Shades of Midnight Blue #141754
Tints of Midnight Blue #141754
RGB
CMYK
RGB Variations
Color information
#141754 (or 0x141754) is known color: Midnight Blue. HEX triplet: 14, 17 and 54. RGB value is (20,23,84). Sum of RGB (Red+Green+Blue) = 20+23+84=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #141754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141754 is #EBE8AB. Grayscale: #1C1C1C. Windows color (decimal): -15460524 or 5510932. OLE color: 5510932.
HSL color Cylindrical-coordinate representation of color #141754: hue angle of 237.19º 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 #141754 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 23 | 84 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.67 |
| HSL | 237.19º | 0.62% | 0.2% | - |
| HSV(B) | 237.19º | 0.76% | 0.33% | - |
| XYZ | 2.2 | 1.4 | 8.54 | - |
| YUV | 29.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 84 | 0.76 | 0.73 | 0 | 0.67 | 237.19 | 0.62 | 0.2 |
| Hex | 14 | 17 | 54 | 4C | 49 | 0 | 43 | ED | 3E | 14 |
| Octal | 24 | 27 | 124 | 114 | 111 | 0 | 103 | 355 | 76 | 24 |
| Binary | 10100 | 10111 | 1010100 | 1001100 | 1001001 | 0 | 1000011 | 11101101 | 111110 | 10100 |
Color Harmonies of #141754
Complementary color
Monochromatic Colors of #141754
Black with #141754
Text Example
Text Example
White with #141754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141754; }
p { color: rgb(20,23,84); }
H1.HeaderClassName
{
color: #141754;
}
.AnyTagClassName
{
color: #141754;
}
</style>
background-color css
<style>
a { background-color: #141754; }
a { background-color: rgb(20,23,84); }
div.DivClassName
{
background-color: #141754;
}
.BgClassName
{
background-color: #141754;
}
</style>
border-color css
<style>
span { border-color: #141754; }
span { border-color: rgb(20,23,84); }
td.TdClassName
{
border-color: #141754;
}
.TagClassName
{
border-color: #141754;
}
</style>