Shades of Midnight Blue #141B7E
Tints of Midnight Blue #141B7E
RGB
CMYK
RGB Variations
Color information
#141B7E (or 0x141B7E) is known color: Midnight Blue. HEX triplet: 14, 1B and 7E. RGB value is (20,27,126). Sum of RGB (Red+Green+Blue) = 20+27+126=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 126 (49.61% from 255 or 72.83% from 173); Max value from RGB is 126 - color contains mainly: blue. Hex color #141B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B7E is #EBE481. Grayscale: #232323. Windows color (decimal): -15459458 or 8264468. OLE color: 8264468.
HSL color Cylindrical-coordinate representation of color #141B7E: hue angle of 236.04º 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 #141B7E is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 27 | 126 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.51 |
| HSL | 236.04º | 0.73% | 0.29% | - |
| HSV(B) | 236.04º | 0.84% | 0.49% | - |
| XYZ | 4.45 | 2.44 | 19.98 | - |
| YUV | 36.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 126 | 0.84 | 0.79 | 0 | 0.51 | 236.04 | 0.73 | 0.29 |
| Hex | 14 | 1B | 7E | 54 | 4F | 0 | 33 | EC | 49 | 1D |
| Octal | 24 | 33 | 176 | 124 | 117 | 0 | 63 | 354 | 111 | 35 |
| Binary | 10100 | 11011 | 1111110 | 1010100 | 1001111 | 0 | 110011 | 11101100 | 1001001 | 11101 |
Color Harmonies of #141B7E
Complementary color
Monochromatic Colors of #141B7E
Black with #141B7E
Text Example
Text Example
White with #141B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B7E; }
p { color: rgb(20,27,126); }
H1.HeaderClassName
{
color: #141B7E;
}
.AnyTagClassName
{
color: #141B7E;
}
</style>
background-color css
<style>
a { background-color: #141B7E; }
a { background-color: rgb(20,27,126); }
div.DivClassName
{
background-color: #141B7E;
}
.BgClassName
{
background-color: #141B7E;
}
</style>
border-color css
<style>
span { border-color: #141B7E; }
span { border-color: rgb(20,27,126); }
td.TdClassName
{
border-color: #141B7E;
}
.TagClassName
{
border-color: #141B7E;
}
</style>