Shades of Midnight Blue #141B59
Tints of Midnight Blue #141B59
RGB
CMYK
RGB Variations
Color information
#141B59 (or 0x141B59) is known color: Midnight Blue. HEX triplet: 14, 1B and 59. RGB value is (20,27,89). Sum of RGB (Red+Green+Blue) = 20+27+89=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #141B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B59 is #EBE4A6. Grayscale: #1F1F1F. Windows color (decimal): -15459495 or 5839636. OLE color: 5839636.
HSL color Cylindrical-coordinate representation of color #141B59: hue angle of 233.91º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141B59 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 27 | 89 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.65 |
| HSL | 233.91º | 0.63% | 0.21% | - |
| HSV(B) | 233.91º | 0.78% | 0.35% | - |
| XYZ | 2.48 | 1.65 | 9.64 | - |
| YUV | 31.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 89 | 0.78 | 0.70 | 0 | 0.65 | 233.91 | 0.63 | 0.21 |
| Hex | 14 | 1B | 59 | 4E | 46 | 0 | 41 | EA | 3F | 15 |
| Octal | 24 | 33 | 131 | 116 | 106 | 0 | 101 | 352 | 77 | 25 |
| Binary | 10100 | 11011 | 1011001 | 1001110 | 1000110 | 0 | 1000001 | 11101010 | 111111 | 10101 |
Color Harmonies of #141B59
Complementary color
Monochromatic Colors of #141B59
Black with #141B59
Text Example
Text Example
White with #141B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B59; }
p { color: rgb(20,27,89); }
H1.HeaderClassName
{
color: #141B59;
}
.AnyTagClassName
{
color: #141B59;
}
</style>
background-color css
<style>
a { background-color: #141B59; }
a { background-color: rgb(20,27,89); }
div.DivClassName
{
background-color: #141B59;
}
.BgClassName
{
background-color: #141B59;
}
</style>
border-color css
<style>
span { border-color: #141B59; }
span { border-color: rgb(20,27,89); }
td.TdClassName
{
border-color: #141B59;
}
.TagClassName
{
border-color: #141B59;
}
</style>