Shades of Midnight Blue #141B5D
Tints of Midnight Blue #141B5D
RGB
CMYK
RGB Variations
Color information
#141B5D (or 0x141B5D) is known color: Midnight Blue. HEX triplet: 14, 1B and 5D. RGB value is (20,27,93). Sum of RGB (Red+Green+Blue) = 20+27+93=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #141B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B5D is #EBE4A2. Grayscale: #202020. Windows color (decimal): -15459491 or 6101780. OLE color: 6101780.
HSL color Cylindrical-coordinate representation of color #141B5D: hue angle of 234.25º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141B5D is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 27 | 93 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.64 |
| HSL | 234.25º | 0.65% | 0.22% | - |
| HSV(B) | 234.25º | 0.78% | 0.36% | - |
| XYZ | 2.66 | 1.72 | 10.55 | - |
| YUV | 32.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 93 | 0.78 | 0.71 | 0 | 0.64 | 234.25 | 0.65 | 0.22 |
| Hex | 14 | 1B | 5D | 4E | 47 | 0 | 40 | EA | 41 | 16 |
| Octal | 24 | 33 | 135 | 116 | 107 | 0 | 100 | 352 | 101 | 26 |
| Binary | 10100 | 11011 | 1011101 | 1001110 | 1000111 | 0 | 1000000 | 11101010 | 1000001 | 10110 |
Color Harmonies of #141B5D
Complementary color
Monochromatic Colors of #141B5D
Black with #141B5D
Text Example
Text Example
White with #141B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B5D; }
p { color: rgb(20,27,93); }
H1.HeaderClassName
{
color: #141B5D;
}
.AnyTagClassName
{
color: #141B5D;
}
</style>
background-color css
<style>
a { background-color: #141B5D; }
a { background-color: rgb(20,27,93); }
div.DivClassName
{
background-color: #141B5D;
}
.BgClassName
{
background-color: #141B5D;
}
</style>
border-color css
<style>
span { border-color: #141B5D; }
span { border-color: rgb(20,27,93); }
td.TdClassName
{
border-color: #141B5D;
}
.TagClassName
{
border-color: #141B5D;
}
</style>