Shades of Midnight Blue #141C7E
Tints of Midnight Blue #141C7E
RGB
CMYK
RGB Variations
Color information
#141C7E (or 0x141C7E) is known color: Midnight Blue. HEX triplet: 14, 1C and 7E. RGB value is (20,28,126). Sum of RGB (Red+Green+Blue) = 20+28+126=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #141C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C7E is #EBE381. Grayscale: #242424. Windows color (decimal): -15459202 or 8264724. OLE color: 8264724.
HSL color Cylindrical-coordinate representation of color #141C7E: hue angle of 235.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141C7E is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 28 | 126 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.51 |
| HSL | 235.47º | 0.73% | 0.29% | - |
| HSV(B) | 235.47º | 0.84% | 0.49% | - |
| XYZ | 4.47 | 2.49 | 19.98 | - |
| YUV | 36.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 126 | 0.84 | 0.78 | 0 | 0.51 | 235.47 | 0.73 | 0.29 |
| Hex | 14 | 1C | 7E | 54 | 4E | 0 | 33 | EB | 49 | 1D |
| Octal | 24 | 34 | 176 | 124 | 116 | 0 | 63 | 353 | 111 | 35 |
| Binary | 10100 | 11100 | 1111110 | 1010100 | 1001110 | 0 | 110011 | 11101011 | 1001001 | 11101 |
Color Harmonies of #141C7E
Complementary color
Monochromatic Colors of #141C7E
Black with #141C7E
Text Example
Text Example
White with #141C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C7E; }
p { color: rgb(20,28,126); }
H1.HeaderClassName
{
color: #141C7E;
}
.AnyTagClassName
{
color: #141C7E;
}
</style>
background-color css
<style>
a { background-color: #141C7E; }
a { background-color: rgb(20,28,126); }
div.DivClassName
{
background-color: #141C7E;
}
.BgClassName
{
background-color: #141C7E;
}
</style>
border-color css
<style>
span { border-color: #141C7E; }
span { border-color: rgb(20,28,126); }
td.TdClassName
{
border-color: #141C7E;
}
.TagClassName
{
border-color: #141C7E;
}
</style>