Shades of Midnight Blue #141B56
Tints of Midnight Blue #141B56
RGB
CMYK
RGB Variations
Color information
#141B56 (or 0x141B56) is known color: Midnight Blue. HEX triplet: 14, 1B and 56. RGB value is (20,27,86). Sum of RGB (Red+Green+Blue) = 20+27+86=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #141B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B56 is #EBE4A9. Grayscale: #1F1F1F. Windows color (decimal): -15459498 or 5643028. OLE color: 5643028.
HSL color Cylindrical-coordinate representation of color #141B56: hue angle of 233.64º degrees, saturation: 0.62, 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 #141B56 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 27 | 86 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.66 |
| HSL | 233.64º | 0.62% | 0.21% | - |
| HSV(B) | 233.64º | 0.77% | 0.34% | - |
| XYZ | 2.36 | 1.6 | 8.99 | - |
| YUV | 31.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 86 | 0.77 | 0.69 | 0 | 0.66 | 233.64 | 0.62 | 0.21 |
| Hex | 14 | 1B | 56 | 4D | 45 | 0 | 42 | EA | 3E | 15 |
| Octal | 24 | 33 | 126 | 115 | 105 | 0 | 102 | 352 | 76 | 25 |
| Binary | 10100 | 11011 | 1010110 | 1001101 | 1000101 | 0 | 1000010 | 11101010 | 111110 | 10101 |
Color Harmonies of #141B56
Complementary color
Monochromatic Colors of #141B56
Black with #141B56
Text Example
Text Example
White with #141B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B56; }
p { color: rgb(20,27,86); }
H1.HeaderClassName
{
color: #141B56;
}
.AnyTagClassName
{
color: #141B56;
}
</style>
background-color css
<style>
a { background-color: #141B56; }
a { background-color: rgb(20,27,86); }
div.DivClassName
{
background-color: #141B56;
}
.BgClassName
{
background-color: #141B56;
}
</style>
border-color css
<style>
span { border-color: #141B56; }
span { border-color: rgb(20,27,86); }
td.TdClassName
{
border-color: #141B56;
}
.TagClassName
{
border-color: #141B56;
}
</style>