Shades of Midnight Blue #141B57
Tints of Midnight Blue #141B57
RGB
CMYK
RGB Variations
Color information
#141B57 (or 0x141B57) is known color: Midnight Blue. HEX triplet: 14, 1B and 57. RGB value is (20,27,87). Sum of RGB (Red+Green+Blue) = 20+27+87=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #141B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B57 is #EBE4A8. Grayscale: #1F1F1F. Windows color (decimal): -15459497 or 5708564. OLE color: 5708564.
HSL color Cylindrical-coordinate representation of color #141B57: hue angle of 233.73º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141B57 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 27 | 87 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.66 |
| HSL | 233.73º | 0.63% | 0.21% | - |
| HSV(B) | 233.73º | 0.77% | 0.34% | - |
| XYZ | 2.4 | 1.62 | 9.2 | - |
| YUV | 31.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 87 | 0.77 | 0.69 | 0 | 0.66 | 233.73 | 0.63 | 0.21 |
| Hex | 14 | 1B | 57 | 4D | 45 | 0 | 42 | EA | 3F | 15 |
| Octal | 24 | 33 | 127 | 115 | 105 | 0 | 102 | 352 | 77 | 25 |
| Binary | 10100 | 11011 | 1010111 | 1001101 | 1000101 | 0 | 1000010 | 11101010 | 111111 | 10101 |
Color Harmonies of #141B57
Complementary color
Monochromatic Colors of #141B57
Black with #141B57
Text Example
Text Example
White with #141B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B57; }
p { color: rgb(20,27,87); }
H1.HeaderClassName
{
color: #141B57;
}
.AnyTagClassName
{
color: #141B57;
}
</style>
background-color css
<style>
a { background-color: #141B57; }
a { background-color: rgb(20,27,87); }
div.DivClassName
{
background-color: #141B57;
}
.BgClassName
{
background-color: #141B57;
}
</style>
border-color css
<style>
span { border-color: #141B57; }
span { border-color: rgb(20,27,87); }
td.TdClassName
{
border-color: #141B57;
}
.TagClassName
{
border-color: #141B57;
}
</style>